verifySubgraph
fun <I, O> verifySubgraph(subgraph: NodeReference.SubgraphNode<I, O>, checkSubgraph: Testing.Config.SubgraphAssertionsBuilder<I, O>.() -> Unit = {})(source)
Verifies a given subgraph by applying a set of assertions to it using a provided configuration block.
Parameters
subgraph
the subgraph to verify, represented as a NodeReference.SubgraphNode of input and output types I and O.
checkSubgraph
a lambda receiver operating on a SubgraphAssertionsBuilder that defines the assertions to be applied to the subgraph.