Uses of Class
org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
Packages that use ConcurrentRunListener Package Description org.apache.maven.surefire.junitcore -
-
Uses of ConcurrentRunListener in org.apache.maven.surefire.junitcore
Subclasses of ConcurrentRunListener in org.apache.maven.surefire.junitcore Modifier and Type Class Description (package private) class
ClassesParallelRunListener
Deprecated.(package private) class
MethodsParallelRunListener
Deprecated.Methods in org.apache.maven.surefire.junitcore that return ConcurrentRunListener Modifier and Type Method Description static ConcurrentRunListener
ConcurrentRunListener. createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth)
Deprecated.Constructors in org.apache.maven.surefire.junitcore with parameters of type ConcurrentRunListener Constructor Description JUnitCoreRunListener(ConcurrentRunListener reporter, java.util.Map<java.lang.String,TestSet> classMethodCounts)
-