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 Details

    • MyTestExecutionListener

      public MyTestExecutionListener()
  • Method Details

    • 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