Uses of Class
org.apache.maven.surefire.testset.TestSetFailedException

Packages that use TestSetFailedException
org.apache.maven.surefire.junit   
org.apache.maven.surefire.junit4   
org.apache.maven.surefire.junitcore   
org.apache.maven.surefire.providerapi   
org.apache.maven.surefire.testng   
org.apache.maven.surefire.testng.conf   
org.apache.maven.surefire.util   
 

Uses of TestSetFailedException in org.apache.maven.surefire.junit
 

Methods in org.apache.maven.surefire.junit that throw TestSetFailedException
 void SurefireTestSet.execute(Reporter reportManager, ClassLoader loader)
           
 void PojoTestSet.execute(Reporter reportManager, ClassLoader loader)
           
 void JUnitTestSet.execute(Reporter reportManager, ClassLoader loader)
           
 RunResult JUnit3Provider.invoke(Object forkTestSet)
           
 

Constructors in org.apache.maven.surefire.junit that throw TestSetFailedException
JUnitTestSet(Class testClass, JUnit3Reflector reflector)
           
PojoTestSet(Class testClass)
           
 

Uses of TestSetFailedException in org.apache.maven.surefire.junit4
 

Methods in org.apache.maven.surefire.junit4 that throw TestSetFailedException
static void JUnit4TestSet.execute(Class testClass, org.junit.runner.notification.RunNotifier fNotifier)
           
 RunResult JUnit4Provider.invoke(Object forkTestSet)
           
 

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

Methods in org.apache.maven.surefire.junitcore that throw TestSetFailedException
static ConcurrentReporterManager ConcurrentReporterManager.createInstance(Map<String,TestSet> classMethodCounts, ReporterFactory reporterManagerFactory, ReporterConfiguration reporterConfiguration, boolean parallelClasses, boolean parallelBoth)
           
 RunResult JUnitCoreProvider.invoke(Object forkTestSet)
           
 

Constructors in org.apache.maven.surefire.junitcore that throw TestSetFailedException
ClassesParallelRunListener(Map<String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ReporterConfiguration reporterConfiguration)
           
ConcurrentReporterManager(ReporterFactory reporterFactory, boolean reportImmediately, ReporterConfiguration reporterConfiguration, Map<String,TestSet> classMethodCounts)
           
MethodsParallelRunListener(Map<String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ReporterConfiguration reporterConfiguration, boolean reportImmediately)
           
 

Uses of TestSetFailedException in org.apache.maven.surefire.providerapi
 

Methods in org.apache.maven.surefire.providerapi that throw TestSetFailedException
 RunResult SurefireProvider.invoke(Object forkTestSet)
          The test that will be invoked through a fork; used only for forkmode=pertest, when the classpath scanning happens on the plugin-side.
 

Uses of TestSetFailedException in org.apache.maven.surefire.testng
 

Methods in org.apache.maven.surefire.testng that throw TestSetFailedException
 void TestNGXmlTestSuite.execute(ReporterManagerFactory reporterManagerFactory)
           
 void TestNGDirectoryTestSuite.execute(String testSetName, ReporterManagerFactory reporterManagerFactory, ClassLoader classLoader)
           
 void TestNgTestSuite.execute(String testSetName, ReporterManagerFactory reporterManagerFactory, ClassLoader classLoader)
           
 void TestNGXmlTestSuite.execute(String testSetName, ReporterManagerFactory reporterManagerFactory, ClassLoader classLoader)
           
 void TestNGDirectoryTestSuite.execute(TestsToRun testsToRun, ReporterFactory reporterManagerFactory)
           
 void TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun, ReporterFactory reporterFactory)
           
 RunResult TestNGProvider.invoke(Object forkTestSet)
           
 Map TestNGDirectoryTestSuite.locateTestSets(ClassLoader classLoader)
           
 Map TestNgTestSuite.locateTestSets(ClassLoader classLoader)
           
 Map TestNGXmlTestSuite.locateTestSets(ClassLoader classLoader)
           
static void TestNGExecutor.run(Class[] testClasses, String testSourceDirectory, Map options, org.apache.maven.artifact.versioning.ArtifactVersion version, Reporter reportManager, TestNgTestSuite suite, File reportsDirectory)
           
static void TestNGExecutor.run(List suiteFiles, String testSourceDirectory, Map options, org.apache.maven.artifact.versioning.ArtifactVersion version, Reporter reportManager, TestNgTestSuite suite, File reportsDirectory)
           
 

Uses of TestSetFailedException in org.apache.maven.surefire.testng.conf
 

Methods in org.apache.maven.surefire.testng.conf that throw TestSetFailedException
 void Configurator.configure(org.testng.TestNG testng, Map options)
           
 void AbstractDirectConfigurator.configure(org.testng.TestNG testng, Map options)
           
 void TestNGMapConfigurator.configure(org.testng.TestNG testng, Map options)
           
static Class AbstractDirectConfigurator.loadClass(String className)
           
static List AbstractDirectConfigurator.loadListenerClasses(String listenerClasses)
           
 

Uses of TestSetFailedException in org.apache.maven.surefire.util
 

Methods in org.apache.maven.surefire.util that throw TestSetFailedException
static TestsToRun TestsToRun.fromClass(Class clazz)
           
 



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