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.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodsParallelRunListener(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
lastStarted
Deprecated. -
lock
Deprecated.
-
-
Constructor Details
-
MethodsParallelRunListener
MethodsParallelRunListener(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately) Deprecated.
-
-
Method Details
-
checkIfTestSetCanBeReported
Deprecated.- Specified by:
checkIfTestSetCanBeReportedin classConcurrentRunListener
-