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 void
TestPlan. accept(TestPlan.Visitor visitor)
Accept the suppliedTestPlan.Visitor
for a depth-first traversal of the test plan.private void
TestPlan. accept(TestPlan.Visitor visitor, TestIdentifier testIdentifier)
-