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 Summary
ConstructorsConstructorDescriptionOutputCapturingTestListener(Configuration configuration, StreamPair systemStreamPair) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecutionFinished(org.junit.platform.launcher.TestIdentifier identifier, org.junit.platform.engine.TestExecutionResult result) voidexecutionStarted(org.junit.platform.launcher.TestIdentifier identifier) voidtestPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan) voidtestPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.platform.launcher.TestExecutionListener
dynamicTestRegistered, executionSkipped, fileEntryPublished, reportingEntryPublished
-
Constructor Details
-
OutputCapturingTestListener
-
-
Method Details
-
testPlanExecutionStarted
public void testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan) - Specified by:
testPlanExecutionStartedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
testPlanExecutionFinished
public void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan) - Specified by:
testPlanExecutionFinishedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
executionStarted
public void executionStarted(org.junit.platform.launcher.TestIdentifier identifier) - Specified by:
executionStartedin interfaceorg.junit.platform.launcher.TestExecutionListener
-
executionFinished
public void executionFinished(org.junit.platform.launcher.TestIdentifier identifier, org.junit.platform.engine.TestExecutionResult result) - Specified by:
executionFinishedin interfaceorg.junit.platform.launcher.TestExecutionListener
-