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.

Constructors

Link copied to clipboard
constructor(childRendering: Any?, output: WorkflowOutput<Any?>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val output: WorkflowOutput<Any?>? = null