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.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Builder class for constructing stage-level assertions. This includes setup for nodes, edges, reachability assertions, and context-related mock setups.

Properties

Link copied to clipboard

A configuration flag that determines whether graph-related testing features are enabled.

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

Configures and adds a verification strategy using the provided name and assertions.