public class FlatPrintingTestListener extends java.lang.Object implements JupiterTestListener
| Constructor and Description |
|---|
FlatPrintingTestListener(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
executionFinished(org.junit.platform.launcher.TestIdentifier identifier,
org.junit.platform.engine.TestExecutionResult result) |
void |
executionSkipped(org.junit.platform.launcher.TestIdentifier testIdentifier,
java.lang.String reason) |
void |
executionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier) |
void |
reportingEntryPublished(org.junit.platform.launcher.TestIdentifier testIdentifier,
org.junit.platform.engine.reporting.ReportEntry entry) |
void |
testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutionFailed, executionFilteredpublic FlatPrintingTestListener(Configuration configuration)
public void testPlanExecutionStarted(org.junit.platform.launcher.TestPlan testPlan)
testPlanExecutionStarted in interface org.junit.platform.launcher.TestExecutionListenerpublic void executionSkipped(org.junit.platform.launcher.TestIdentifier testIdentifier,
java.lang.String reason)
executionSkipped in interface org.junit.platform.launcher.TestExecutionListenerpublic void executionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier)
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.TestExecutionListenerpublic void reportingEntryPublished(org.junit.platform.launcher.TestIdentifier testIdentifier,
org.junit.platform.engine.reporting.ReportEntry entry)
reportingEntryPublished in interface org.junit.platform.launcher.TestExecutionListener