Uses of Class
org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
-
Packages that use StreamInterceptingTestExecutionListener Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of StreamInterceptingTestExecutionListener in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return types with arguments of type StreamInterceptingTestExecutionListener Modifier and Type Method Description (package private) static java.util.Optional<StreamInterceptingTestExecutionListener>
StreamInterceptingTestExecutionListener. create(ConfigurationParameters configurationParameters, java.util.function.BiConsumer<TestIdentifier,ReportEntry> reporter)
-