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

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 MethodsParallelRunListener.checkIfTestSetCanBeReported(TestSet testSetForTest)
           
 void ClassesParallelRunListener.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(Map<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(Map<String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ReporterConfiguration reporterConfiguration)
           
JUnitCoreRunListener(RunListener reporter, Map<String,TestSet> classMethodCounts)
           
MethodsParallelRunListener(Map<String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ReporterConfiguration reporterConfiguration, boolean reportImmediately)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.