Uses of Interface
org.junit.platform.engine.EngineExecutionListener
-
Packages that use EngineExecutionListener Package Description org.junit.platform.engine Public API for test engines. -
-
Uses of EngineExecutionListener in org.junit.platform.engine
Methods in org.junit.platform.engine that return EngineExecutionListener Modifier and Type Method Description EngineExecutionListenerExecutionRequest. getEngineExecutionListener()Get theEngineExecutionListenerto be notified of test execution events.Constructors in org.junit.platform.engine with parameters of type EngineExecutionListener Constructor Description ExecutionRequest(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters)
-