Class 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 Detail

      • MyTestExecutionListener

        public MyTestExecutionListener()
    • Method Detail

      • testPlanExecutionStarted

        public void testPlanExecutionStarted​(org.junit.platform.launcher.TestPlan testPlan)
        Specified by:
        testPlanExecutionStarted in interface org.junit.platform.launcher.TestExecutionListener
      • testPlanExecutionFinished

        public void testPlanExecutionFinished​(org.junit.platform.launcher.TestPlan testPlan)
        Specified by:
        testPlanExecutionFinished in interface org.junit.platform.launcher.TestExecutionListener
      • executionStarted

        public void executionStarted​(org.junit.platform.launcher.TestIdentifier testIdentifier)
        Specified by:
        executionStarted in interface org.junit.platform.launcher.TestExecutionListener
      • executionFinished

        public void executionFinished​(org.junit.platform.launcher.TestIdentifier testIdentifier,
                                      org.junit.platform.engine.TestExecutionResult testExecutionResult)
        Specified by:
        executionFinished in interface org.junit.platform.launcher.TestExecutionListener
      • getCurrentTracer

        public de.christofreichardt.diagnosis.AbstractTracer getCurrentTracer()
        Specified by:
        getCurrentTracer in interface de.christofreichardt.diagnosis.Traceable