withContext
fun withContext(block: Testing.Config.SubgraphAssertionsBuilder.NodeOutputAssertionsBuilder.() -> Unit)(source)
Executes the specified block of code within a duplicate context of the current NodeOutputAssertionsBuilder
.
Parameters
block
The block of code to be executed within the duplicated context of NodeOutputAssertionsBuilder
.