Config
Represents a configuration class responsible for managing assertion handlers and stage configurations. It includes methods for registering custom assertion handling, managing stages and their order, and defining stage-specific assertions.
Types
Link copied to clipboard
class SubgraphAssertionsBuilder<Input, Output>(subgraphRef: NodeReference.SubgraphNode<Input, Output>)
Builder class for constructing stage-level assertions. This includes setup for nodes, edges, reachability assertions, and context-related mock setups.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Configures the Testing feature for graph testing.
Link copied to clipboard
Sets a custom handler for processing assertion results.
Link copied to clipboard
fun verifyStrategy(name: String, buildAssertions: Testing.Config.SubgraphAssertionsBuilder<String, String>.() -> Unit)
Configures and adds a verification strategy using the provided name and assertions.