ChildWorkflowMatch
Types
Link copied to clipboard
class Matched(val childRendering: Any?, val output: WorkflowOutput<Any?>? = null) : RenderTester.ChildWorkflowMatch
Indicates that the workflow matches the predicate.
Link copied to clipboard
Indicates that the child workflow did not match the predicate and must match a different expectation. The test will fail if all expectations return this value.