outputs

infix fun outputs(output: O)(source)

Asserts that the output of the current node given the specified input matches the expected output.

Parameters

output

The expected output to validate against the current node's actual output.