Class OutputCapturingTestListener

java.lang.Object
com.github.sbt.junit.jupiter.internal.listeners.OutputCapturingTestListener
All Implemented Interfaces:
org.junit.platform.launcher.TestExecutionListener

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

    • OutputCapturingTestListener

      public OutputCapturingTestListener(Configuration configuration, StreamPair systemStreamPair)
  • 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 identifier)
      Specified by:
      executionStarted in interface org.junit.platform.launcher.TestExecutionListener
    • executionFinished

      public void executionFinished(org.junit.platform.launcher.TestIdentifier identifier, org.junit.platform.engine.TestExecutionResult result)
      Specified by:
      executionFinished in interface org.junit.platform.launcher.TestExecutionListener