goesTo

infix fun goesTo(targetNode: NodeReference<*, *>)(source)

Creates an assertion to verify that a specific output from the current node leads to the given target node.

Parameters

targetNode

The target node that the current node output is expected to connect to.