assertNodes
fun assertNodes(block: Testing.Config.SubgraphAssertionsBuilder.NodeOutputAssertionsBuilder.() -> Unit)(source)
Asserts the state of nodes in the stage using a provided block to define the desired assertions. The block operates on a NodeOutputAssertionsBuilder
to specify expectations for node inputs and outputs.
Parameters
block
A lambda receiver operating on a NodeOutputAssertionsBuilder
that defines the assertions to be applied to the nodes in the stage.