@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,
ConsoleLogger consoleLogger) |
Modifier and Type | Method and Description |
---|---|
void |
checkIfTestSetCanBeReported(TestSet testSetForTest) |
createInstance, getRunListener, getTestMethod, getTestSet, 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, ConsoleLogger consoleLogger) throws TestSetFailedException
TestSetFailedException
public void checkIfTestSetCanBeReported(TestSet testSetForTest)
checkIfTestSetCanBeReported
in class ConcurrentRunListener