Uses of Class
org.junit.platform.launcher.core.TestExecutionListenerRegistry
Packages that use TestExecutionListenerRegistry
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of TestExecutionListenerRegistry in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as TestExecutionListenerRegistryModifier and TypeFieldDescriptionprivate final TestExecutionListenerRegistryDefaultLauncher.listenerRegistryprivate final TestExecutionListenerRegistryEngineExecutionOrchestrator.listenerRegistryMethods in org.junit.platform.launcher.core that return TestExecutionListenerRegistryModifier and TypeMethodDescriptionprivate TestExecutionListenerRegistryEngineExecutionOrchestrator.buildListenerRegistryForExecution(TestExecutionListener... listeners) (package private) TestExecutionListenerRegistryDefaultLauncher.getTestExecutionListenerRegistry()Methods in org.junit.platform.launcher.core with parameters of type TestExecutionListenerRegistryModifier and TypeMethodDescriptionprivate voidEngineExecutionOrchestrator.withInterceptedStreams(ConfigurationParameters configurationParameters, TestExecutionListenerRegistry listenerRegistry, Consumer<TestExecutionListener> action) Constructors in org.junit.platform.launcher.core with parameters of type TestExecutionListenerRegistryModifierConstructorDescription(package private)EngineExecutionOrchestrator(TestExecutionListenerRegistry listenerRegistry) (package private)