Uses of Class
org.apache.maven.surefire.junitcore.TestSet

Packages that use TestSet
org.apache.maven.surefire.junitcore   
 

Uses of TestSet in org.apache.maven.surefire.junitcore
 

Fields in org.apache.maven.surefire.junitcore with type parameters of type TestSet
protected  java.util.Map<java.lang.String,TestSet> ConcurrentReporterManager.classMethodCounts
           
 

Methods in org.apache.maven.surefire.junitcore that return TestSet
protected  TestSet ConcurrentReporterManager.getTestSet(ReportEntry description)
           
static TestSet TestSet.getThreadTestSet()
           
 

Methods in org.apache.maven.surefire.junitcore with parameters of type TestSet
abstract  void ConcurrentReporterManager.checkIfTestSetCanBeReported(TestSet testSetForTest)
           
 void ClassesParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest)
           
 void MethodsParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest)
           
 

Method parameters in org.apache.maven.surefire.junitcore with type arguments of type TestSet
static ConcurrentReporterManager ConcurrentReporterManager.createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterManagerFactory, ReporterConfiguration reporterConfiguration, boolean parallelClasses, boolean parallelBoth)
           
 

Constructor parameters in org.apache.maven.surefire.junitcore with type arguments of type TestSet
ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ReporterConfiguration reporterConfiguration)
           
ConcurrentReporterManager(ReporterFactory reporterFactory, boolean reportImmediately, ReporterConfiguration reporterConfiguration, java.util.Map<java.lang.String,TestSet> classMethodCounts)
           
JUnitCoreRunListener(Reporter reporter, java.util.Map<java.lang.String,TestSet> classMethodCounts)
           
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ReporterConfiguration reporterConfiguration, boolean reportImmediately)
           
 



Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.