@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, writeTestOutput
private 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
TestSetFailedException
protected void checkIfTestSetCanBeReported(TestSet testSetForTest)
checkIfTestSetCanBeReported
in class ConcurrentRunListener