- Enclosing class:
- TestPlan
Visitor for
TestIdentifiers
in a TestPlan
.- Since:
- 1.10
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
postVisitContainer
(TestIdentifier testIdentifier) Called after visiting a container.default void
preVisitContainer
(TestIdentifier testIdentifier) Called before visiting a container.default void
visit
(TestIdentifier testIdentifier) Called for all test identifiers regardless of their type.
-
Method Details
-
preVisitContainer
Called before visiting a container.- See Also:
-
visit
Called for all test identifiers regardless of their type. -
postVisitContainer
Called after visiting a container.- See Also:
-