graph
Configures the Testing feature for graph testing.
This function enables graph testing and sets up assertion handling to integrate with the standard Kotlin test framework. It allows you to define graph structure tests, node behavior tests, and edge connection tests within the provided test block.
Parameters
test
A lambda with receiver that configures the testing environment with assertions.