@ThreadSafe public class MethodsParallelRunListener extends ConcurrentRunListener
| Modifier and Type | Field and Description |
|---|---|
private TestSet |
lastStarted |
private java.lang.Object |
lock |
| Constructor and Description |
|---|
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
boolean reportImmediately,
ConsoleStream consoleStream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkIfTestSetCanBeReported(TestSet testSetForTest) |
createInstance, getRunListener, testAssumptionFailure, testError, testExecutionSkippedByUser, testFailed, testSetCompleted, testSetStarting, testSkipped, testStarting, testSucceeded, writeTestOutputprivate volatile TestSet lastStarted
private final java.lang.Object lock
public MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately, ConsoleStream consoleStream) throws TestSetFailedException
TestSetFailedExceptionprotected void checkIfTestSetCanBeReported(TestSet testSetForTest)
checkIfTestSetCanBeReported in class ConcurrentRunListener