| Package | Description |
|---|---|
| org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder. |
| Modifier and Type | Field and Description |
|---|---|
private Root |
InternalTestPlan.root |
| Modifier and Type | Method and Description |
|---|---|
private Root |
DefaultLauncher.discoverRoot(LauncherDiscoveryRequest discoveryRequest,
java.lang.String phase) |
(package private) Root |
InternalTestPlan.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static InternalTestPlan |
InternalTestPlan.from(Root root) |
| Constructor and Description |
|---|
InternalTestPlan(Root root,
TestPlan delegate) |