EdgeOutputPair
Represents a pair consisting of a node and its corresponding output within an edge assertion context. This is used to define expected edge behavior in a graph of nodes.
Parameters
I
the type of the input expected by the node.
O
the type of the output produced by the node.