Uses of Class
org.junit.platform.launcher.core.TestExecutionListenerRegistry
-
Packages that use TestExecutionListenerRegistry Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of TestExecutionListenerRegistry in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as TestExecutionListenerRegistry Modifier and Type Field Description private TestExecutionListenerRegistryDefaultLauncher. listenerRegistryprivate TestExecutionListenerRegistryEngineExecutionOrchestrator. listenerRegistryMethods in org.junit.platform.launcher.core that return TestExecutionListenerRegistry Modifier and Type Method Description private TestExecutionListenerRegistryEngineExecutionOrchestrator. buildListenerRegistryForExecution(TestExecutionListener... listeners)(package private) TestExecutionListenerRegistryDefaultLauncher. getTestExecutionListenerRegistry()Methods in org.junit.platform.launcher.core with parameters of type TestExecutionListenerRegistry Modifier and Type Method Description private voidEngineExecutionOrchestrator. withInterceptedStreams(ConfigurationParameters configurationParameters, TestExecutionListenerRegistry listenerRegistry, java.util.function.Consumer<TestExecutionListener> action)Constructors in org.junit.platform.launcher.core with parameters of type TestExecutionListenerRegistry Constructor Description EngineExecutionOrchestrator(TestExecutionListenerRegistry listenerRegistry)TestExecutionListenerRegistry(TestExecutionListenerRegistry source)
-