Class JUnit5FFMpegTestExecutionListener

java.lang.Object
com.atlassian.jira.webtest.capture.JUnit5FFMpegTestExecutionListener
All Implemented Interfaces:
org.junit.platform.launcher.TestExecutionListener

public class JUnit5FFMpegTestExecutionListener extends Object implements org.junit.platform.launcher.TestExecutionListener
  • Constructor Details

    • JUnit5FFMpegTestExecutionListener

      public JUnit5FFMpegTestExecutionListener()
  • Method Details

    • 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
    • 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