| Package | Description |
|---|---|
| org.junit.platform.engine |
Public API for test engines.
|
| org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder. |
| Modifier and Type | Method and Description |
|---|---|
default void |
TestDescriptor.accept(TestDescriptor.Visitor visitor)
Accept a
TestDescriptor.Visitor to the subtree starting with this descriptor. |
| Modifier and Type | Method and Description |
|---|---|
private void |
Root.acceptInAllTestEngines(TestDescriptor.Visitor visitor) |