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
-
-
Field Summary
Fields Modifier and Type Field Description static StringSUMMARY_PROPERTYstatic StringTRACE_CONFIG_PROPERTY
-
Constructor Summary
Constructors Constructor Description MyTestExecutionListener()
-
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)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)
-
-
-
Field Detail
-
TRACE_CONFIG_PROPERTY
public static final String TRACE_CONFIG_PROPERTY
- See Also:
- Constant Field Values
-
SUMMARY_PROPERTY
public static final String SUMMARY_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-