Uses of Interface
org.junit.platform.launcher.TestPlan.Visitor
-
Packages that use TestPlan.Visitor Package Description org.junit.platform.launcher Public API for configuring and launching test plans. -
-
Uses of TestPlan.Visitor in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type TestPlan.Visitor Modifier and Type Method Description voidTestPlan. accept(TestPlan.Visitor visitor)Accept the suppliedTestPlan.Visitorfor a depth-first traversal of the test plan.private voidTestPlan. accept(TestPlan.Visitor visitor, TestIdentifier testIdentifier)
-