public class OutputCapturingTestListener
extends java.lang.Object
implements org.junit.platform.launcher.TestExecutionListener
| Constructor and Description |
|---|
OutputCapturingTestListener(Configuration configuration,
StreamPair systemStreamPair) |
| Modifier and Type | Method and Description |
|---|---|
void |
executionFinished(org.junit.platform.launcher.TestIdentifier identifier,
org.junit.platform.engine.TestExecutionResult result) |
void |
executionStarted(org.junit.platform.launcher.TestIdentifier identifier) |
void |
testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan) |
void |
testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan) |
public OutputCapturingTestListener(Configuration configuration, StreamPair systemStreamPair)
public void testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan)
testPlanExecutionStarted in interface org.junit.platform.launcher.TestExecutionListenerpublic void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
testPlanExecutionFinished in interface org.junit.platform.launcher.TestExecutionListenerpublic void executionStarted(org.junit.platform.launcher.TestIdentifier identifier)
executionStarted in interface org.junit.platform.launcher.TestExecutionListenerpublic void executionFinished(org.junit.platform.launcher.TestIdentifier identifier,
org.junit.platform.engine.TestExecutionResult result)
executionFinished in interface org.junit.platform.launcher.TestExecutionListener