Matched
class Matched(val childRendering: Any?, val output: WorkflowOutput<Any?>? = null) : RenderTester.ChildWorkflowMatch(source)
Indicates that the workflow matches the predicate.
Parameters
childRendering
The value to return as the child's rendering.
output
If non-null, ActionApplied.output will be "emitted" when this workflow is rendered. The WorkflowAction used to handle this output can be verified using methods on RenderTestResult.