SubspaceSemanticsNodeInteractionCollection

class SubspaceSemanticsNodeInteractionCollection


Represents a collection of semantics nodes and the path to fetch them from the semantics tree. One can interact with these nodes by performing assertions such as assertCountEquals, or navigate to other nodes such as get.

An instance of SubspaceSemanticsNodeInteractionCollection can be obtained from onAllSubspaceNodes and convenience methods that use a specific filter, such as onAllNodesWithText.

Summary

Public constructors

Public constructors

SubspaceSemanticsNodeInteractionCollection

Added in 1.0.0-alpha01
SubspaceSemanticsNodeInteractionCollection(
    testContext: SubspaceTestContext,
    matcher: SubspaceSemanticsMatcher
)