Uses of Class
org.junit.platform.launcher.core.StreamInterceptor
-
Packages that use StreamInterceptor Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of StreamInterceptor in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core with type parameters of type StreamInterceptor Modifier and Type Field Description private java.util.Optional<StreamInterceptor>StreamInterceptingTestExecutionListener. stderrInterceptorprivate java.util.Optional<StreamInterceptor>StreamInterceptingTestExecutionListener. stdoutInterceptorMethods in org.junit.platform.launcher.core that return types with arguments of type StreamInterceptor Modifier and Type Method 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 parameters in org.junit.platform.launcher.core with type arguments of type StreamInterceptor Constructor Description StreamInterceptingTestExecutionListener(java.util.Optional<StreamInterceptor> stdoutInterceptor, java.util.Optional<StreamInterceptor> stderrInterceptor, java.util.function.BiConsumer<TestIdentifier,ReportEntry> reporter)
-