Class MethodsParallelRunListener
- java.lang.Object
-
- org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- org.apache.maven.surefire.junitcore.MethodsParallelRunListener
-
- All Implemented Interfaces:
ConsoleLogger,RunListener,TestOutputReceiver<TestOutputReportEntry>,TestReportListener<TestOutputReportEntry>
@Deprecated final class MethodsParallelRunListener extends ConcurrentRunListener
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description private TestSetlastStartedDeprecated.private java.lang.ObjectlockDeprecated.
-
Constructor Summary
Constructors Constructor Description MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidcheckIfTestSetCanBeReported(TestSet testSetForTest)Deprecated.-
Methods inherited from class org.apache.maven.surefire.junitcore.ConcurrentRunListener
createInstance, debug, error, error, error, getRunListener, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, testAssumptionFailure, testError, testExecutionSkippedByUser, testFailed, testSetCompleted, testSetStarting, testSkipped, testStarting, testSucceeded, warning, writeTestOutput
-
-
-
-
Field Detail
-
lastStarted
private volatile TestSet lastStarted
Deprecated.
-
lock
private final java.lang.Object lock
Deprecated.
-
-
Constructor Detail
-
MethodsParallelRunListener
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately)
Deprecated.
-
-
Method Detail
-
checkIfTestSetCanBeReported
protected void checkIfTestSetCanBeReported(TestSet testSetForTest)
Deprecated.- Specified by:
checkIfTestSetCanBeReportedin classConcurrentRunListener
-
-