- Enclosing class:
 TestPlan
Visitor for 
TestIdentifiers in a TestPlan.- Since:
 - 1.10
 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidpostVisitContainer(TestIdentifier testIdentifier) Called after visiting a container.default voidpreVisitContainer(TestIdentifier testIdentifier) Called before visiting a container.default voidvisit(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:
 
 
 -