| 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 java.util.Optional<StreamInterceptor> |
StreamInterceptingTestExecutionListener.stderrInterceptor |
private java.util.Optional<StreamInterceptor> |
StreamInterceptingTestExecutionListener.stdoutInterceptor |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.util.Optional<StreamInterceptor> |
StreamInterceptor.register(java.io.PrintStream originalStream,
java.util.function.Consumer<java.io.PrintStream> streamSetter,
int maxNumberOfBytesPerThread) |
(package private) static java.util.Optional<StreamInterceptor> |
StreamInterceptor.registerStderr(int maxNumberOfBytesPerThread) |
(package private) static java.util.Optional<StreamInterceptor> |
StreamInterceptor.registerStdout(int maxNumberOfBytesPerThread) |
| Constructor and Description |
|---|
StreamInterceptingTestExecutionListener(java.util.Optional<StreamInterceptor> stdoutInterceptor,
java.util.Optional<StreamInterceptor> stderrInterceptor,
java.util.function.BiConsumer<TestIdentifier,ReportEntry> reporter) |
StreamInterceptingTestExecutionListener(java.util.Optional<StreamInterceptor> stdoutInterceptor,
java.util.Optional<StreamInterceptor> stderrInterceptor,
java.util.function.BiConsumer<TestIdentifier,ReportEntry> reporter) |