Uses of Class
org.junit.platform.launcher.core.DelegatingEngineExecutionListener
-
Packages that use DelegatingEngineExecutionListener Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of DelegatingEngineExecutionListener in org.junit.platform.launcher.core
Subclasses of DelegatingEngineExecutionListener in org.junit.platform.launcher.core Modifier and Type Class Description (package private) class
OutcomeDelayingEngineExecutionListener
Delays reporting of engine skipped/finished events so that exceptions thrown by engines can be reported to listeners.(package private) class
StackTracePruningEngineExecutionListener
Prunes the stack trace in case of a failed event.
-