withInput
infix fun <I, O> NodeReference<I, O>.withInput(input: I): Testing.Config.SubgraphAssertionsBuilder.NodeOutputAssertionsBuilder.NodeOutputPair<I, O>(source)
Associates the provided input with the current node reference, creating a pair that links the node to its corresponding input.
Return
A NodeOutputPair
containing the node reference and the provided input.
Parameters
input
The input value to associate with the node reference.