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 TestExecutionListenerRegistry |
DefaultLauncher.listenerRegistry |
Modifier and Type | Method and Description |
---|---|
private TestExecutionListenerRegistry |
DefaultLauncher.buildListenerRegistryForExecution(TestExecutionListener... listeners) |
(package private) TestExecutionListenerRegistry |
DefaultLauncher.getTestExecutionListenerRegistry() |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultLauncher.withInterceptedStreams(ConfigurationParameters configurationParameters,
TestExecutionListenerRegistry listenerRegistry,
java.util.function.Consumer<TestExecutionListener> action) |
Constructor and Description |
---|
TestExecutionListenerRegistry(TestExecutionListenerRegistry source) |