public class NonConcurrentRunListener extends org.apache.maven.surefire.common.junit4.JUnit4RunListener implements ConsoleOutputReceiver
reporter| Constructor and Description |
|---|
NonConcurrentRunListener(RunListener reporter) |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleReportEntry |
createReportEntry(org.junit.runner.Description description) |
protected String |
extractDescriptionClassName(org.junit.runner.Description description) |
protected String |
extractDescriptionMethodName(org.junit.runner.Description description) |
void |
testAssumptionFailure(org.junit.runner.notification.Failure failure) |
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testFinished(org.junit.runner.Description description) |
void |
testIgnored(org.junit.runner.Description description) |
void |
testRunFinished(org.junit.runner.Result result) |
void |
testRunStarted(org.junit.runner.Description description) |
void |
testStarted(org.junit.runner.Description description) |
void |
writeTestOutput(byte[] buf,
int off,
int len,
boolean stdout) |
createStackTraceWriter, rethrowAnyTestMechanismFailures, testExecutionSkippedByUserpublic NonConcurrentRunListener(RunListener reporter) throws TestSetFailedException
TestSetFailedExceptionpublic void writeTestOutput(byte[] buf,
int off,
int len,
boolean stdout)
writeTestOutput in interface ConsoleOutputReceiverprotected SimpleReportEntry createReportEntry(org.junit.runner.Description description)
createReportEntry in class org.apache.maven.surefire.common.junit4.JUnit4RunListenerprotected String extractDescriptionClassName(org.junit.runner.Description description)
extractDescriptionClassName in class org.apache.maven.surefire.common.junit4.JUnit4RunListenerprotected String extractDescriptionMethodName(org.junit.runner.Description description)
public void testStarted(org.junit.runner.Description description)
throws Exception
testStarted in class org.apache.maven.surefire.common.junit4.JUnit4RunListenerExceptionpublic void testFinished(org.junit.runner.Description description)
throws Exception
testFinished in class org.apache.maven.surefire.common.junit4.JUnit4RunListenerExceptionpublic void testIgnored(org.junit.runner.Description description)
throws Exception
testIgnored in class org.apache.maven.surefire.common.junit4.JUnit4RunListenerExceptionpublic void testFailure(org.junit.runner.notification.Failure failure)
throws Exception
testFailure in class org.apache.maven.surefire.common.junit4.JUnit4RunListenerExceptionpublic void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure in class org.apache.maven.surefire.common.junit4.JUnit4RunListenerpublic void testRunStarted(org.junit.runner.Description description)
throws Exception
testRunStarted in class org.junit.runner.notification.RunListenerExceptionCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.