assertions

A mutable list that stores assertions representing the expected behavior and output of nodes in the context of a specific staging environment for testing purposes.

Each assertion is an instance of NodeOutputAssertion, which encapsulates information such as the node reference, the input provided, the expected output, and the context in which the node operates.

These assertions are used to verify the correctness of node operations within the local agent stage context during testing.