Package cz.xtf.junit5.listeners
Class EventsRecorder
- java.lang.Object
-
- cz.xtf.junit5.listeners.EventsRecorder
-
- All Implemented Interfaces:
org.junit.platform.launcher.TestExecutionListener
public class EventsRecorder extends Object implements org.junit.platform.launcher.TestExecutionListener
-
-
Constructor Summary
Constructors Constructor Description EventsRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult)voidtestPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
-
-
-
Method Detail
-
testPlanExecutionFinished
public void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
- Specified by:
testPlanExecutionFinishedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
executionFinished
public void executionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult)- Specified by:
executionFinishedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
-