Skip to content

//workflow/com.squareup.workflow1.testing/RenderTester/ChildWorkflowMatch

ChildWorkflowMatch

[jvm] sealed class ChildWorkflowMatch

Types

Name Summary
Matched [jvm]
Content
class Matched(childRendering: Any?, output: WorkflowOutput<Any?>?) : RenderTester.ChildWorkflowMatch
More info
Indicates that the workflow matches the predicate.


NotMatched [jvm]
Content
object NotMatched : RenderTester.ChildWorkflowMatch
More info
Indicates that the child workflow did not match the predicate and must match a different expectation.


Inheritors

Name
RenderTester.ChildWorkflowMatch
RenderTester.ChildWorkflowMatch