NodeOutputAssertion

@TestOnly
data class NodeOutputAssertion<Input, Output>(val node: NodeReference<Input, Output>, val context: DummyAgentContext, val input: Input, val expectedOutput: Output)(source)

Constructors

Link copied to clipboard
constructor(node: NodeReference<Input, Output>, context: DummyAgentContext, input: Input, expectedOutput: Output)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard