@ThreadSafe public class ClassesParallelRunListener extends ConcurrentRunListener
Constructor and Description |
---|
ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts,
ReporterFactory reporterFactory,
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
public ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ConsoleStream consoleStream) throws TestSetFailedException
TestSetFailedException
protected void checkIfTestSetCanBeReported(TestSet testSetForTest)
checkIfTestSetCanBeReported
in class ConcurrentRunListener