Package de.christofreichardt.junit5
Class MyTestExecutionListener
java.lang.Object
de.christofreichardt.junit5.MyTestExecutionListener
- All Implemented Interfaces:
de.christofreichardt.diagnosis.Traceable,org.junit.platform.launcher.TestExecutionListener
public class MyTestExecutionListener extends Object implements org.junit.platform.launcher.TestExecutionListener, de.christofreichardt.diagnosis.Traceable
- Author:
- christof.reichardt
-
Constructor Summary
Constructors Constructor Description MyTestExecutionListener() -
Method Summary
Modifier and Type Method Description voidexecutionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult)voidexecutionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier)de.christofreichardt.diagnosis.AbstractTracergetCurrentTracer()voidtestPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)voidtestPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.platform.launcher.TestExecutionListener
dynamicTestRegistered, executionSkipped, reportingEntryPublished
-
Constructor Details
-
MyTestExecutionListener
public MyTestExecutionListener()
-
-
Method Details
-
testPlanExecutionStarted
public void testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan)- Specified by:
testPlanExecutionStartedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
testPlanExecutionFinished
public void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)- Specified by:
testPlanExecutionFinishedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
executionStarted
public void executionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier)- Specified by:
executionStartedin 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
-
getCurrentTracer
public de.christofreichardt.diagnosis.AbstractTracer getCurrentTracer()- Specified by:
getCurrentTracerin interfacede.christofreichardt.diagnosis.Traceable
-