Uses of Class
org.junit.platform.launcher.core.StreamInterceptor
Packages that use StreamInterceptor
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of StreamInterceptor in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core with type parameters of type StreamInterceptorModifier and TypeFieldDescriptionprivate final Optional
<StreamInterceptor> StreamInterceptingTestExecutionListener.stderrInterceptor
private final Optional
<StreamInterceptor> StreamInterceptingTestExecutionListener.stdoutInterceptor
Methods in org.junit.platform.launcher.core that return types with arguments of type StreamInterceptorModifier and TypeMethodDescription(package private) static Optional
<StreamInterceptor> StreamInterceptor.register
(PrintStream originalStream, Consumer<PrintStream> streamSetter, int maxNumberOfBytesPerThread) (package private) static Optional
<StreamInterceptor> StreamInterceptor.registerStderr
(int maxNumberOfBytesPerThread) (package private) static Optional
<StreamInterceptor> StreamInterceptor.registerStdout
(int maxNumberOfBytesPerThread) Constructor parameters in org.junit.platform.launcher.core with type arguments of type StreamInterceptorModifierConstructorDescriptionprivate
StreamInterceptingTestExecutionListener
(Optional<StreamInterceptor> stdoutInterceptor, Optional<StreamInterceptor> stderrInterceptor, BiConsumer<TestIdentifier, ReportEntry> reporter)