assertEdges
fun assertEdges(block: Testing.Config.SubgraphAssertionsBuilder.EdgeAssertionsBuilder.() -> Unit)(source)
Asserts the edges in the context of a graph by applying a set of edge assertions built using the provided block.
Parameters
block
A lambda function that operates on an instance of EdgeAssertionsBuilder
to define specific edge assertions.