EdgeAssertionsBuilder
A builder class used to facilitate the creation and management of edge assertions in a stage context. Delegates functionality to a local agent stage context mock builder for shared behaviors.
Constructors
Types
Properties
A mutable list that holds all the defined EdgeAssertion
instances for the current context.
A collection that stores assertions ensuring an unconditional connection between nodes in a graph testing context. Each assertion represents a defined relationship where a node always leads to a specified target node.
Functions
Creates an assertion to verify that the current node always leads to the given target node.
Creates a deep copy of the current EdgeAssertionsBuilder instance, duplicating its state and context.
Executes a given block of logic within the context of a copied instance of the current EdgeAssertionsBuilder
.
Associates the given output with the current node reference, creating a pair that represents the node and its corresponding output.