| Package | Description |
|---|---|
| org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestPlan.accept(TestPlan.Visitor visitor)
Accept the supplied
TestPlan.Visitor for a depth-first traversal of the
test plan. |
private void |
TestPlan.accept(TestPlan.Visitor visitor,
TestIdentifier testIdentifier) |