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.stderrInterceptorprivate final Optional<StreamInterceptor>StreamInterceptingTestExecutionListener.stdoutInterceptorMethods 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 StreamInterceptorModifierConstructorDescriptionprivateStreamInterceptingTestExecutionListener(Optional<StreamInterceptor> stdoutInterceptor, Optional<StreamInterceptor> stderrInterceptor, BiConsumer<TestIdentifier, ReportEntry> reporter)