UnconditionalEdgeAssertion
@TestOnly
Represents an assertion for an unconditional edge in a graph structure.
This data class is used to verify the existence of a direct connection from the node
to the expectedNode
in a graph during tests. Such connections are evaluated without considering any specific conditions or outputs, ensuring that the edge is universally established.