withOutput
infix fun <I, O> NodeReference<I, O>.withOutput(output: O): Testing.Config.SubgraphAssertionsBuilder.EdgeAssertionsBuilder.EdgeOutputPair<I, O>(source)
Associates the given output with the current node reference, creating a pair that represents the node and its corresponding output.
Return
an instance of EdgeOutputPair containing the current node reference and the associated output
Parameters
output
the output value to associate with the current node reference