Class ClassesParallelRunListener
java.lang.Object
org.apache.maven.surefire.junitcore.ConcurrentRunListener
org.apache.maven.surefire.junitcore.ClassesParallelRunListener
- All Implemented Interfaces:
ConsoleLogger
,RunListener
,TestOutputReceiver<TestOutputReportEntry>
,TestReportListener<TestOutputReportEntry>
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionClassesParallelRunListener
(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkIfTestSetCanBeReported
(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
-
Constructor Details
-
ClassesParallelRunListener
ClassesParallelRunListener(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory) Deprecated.
-
-
Method Details
-
checkIfTestSetCanBeReported
Deprecated.- Specified by:
checkIfTestSetCanBeReported
in classConcurrentRunListener
-