SubGraphAssertions
@TestOnly
Encapsulates assertions for a subgraph within a graph testing framework.
This class links a specific subgraph, represented by a SubgraphNode
, with its corresponding graph-wide assertions. It is intended to facilitate hierarchical testing and validation of graph components in isolation or as part of a larger graph structure.