Class ExecutionListener

  • All Implemented Interfaces:
    org.junit.platform.launcher.TestExecutionListener

    public class ExecutionListener
    extends Object
    implements org.junit.platform.launcher.TestExecutionListener
    • Constructor Detail

      • ExecutionListener

        public ExecutionListener()
    • 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