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
 

Methods in org.apache.maven.surefire.junitcore that return TestSet
static TestSet TestSet.getThreadTestSet()
           
 

Methods in org.apache.maven.surefire.junitcore with parameters of type TestSet
 void ClassesParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest)
           
 void MethodsParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest)
           
protected abstract  void ConcurrentReporterManager.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)
           
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-2011 Apache Software Foundation. All Rights Reserved.