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 JUnitTestSet.execute(RunListener reporter, ClassLoader loader)
           
 void SurefireTestSet.execute(RunListener reportManager, ClassLoader loader)
           
 void PojoTestSet.execute(RunListener 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
 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, boolean parallelClasses, boolean parallelBoth, ConsoleLogger consoleLogger)
           
 RunResult JUnitCoreProvider.invoke(Object forkTestSet)
           
 

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

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

Methods in org.apache.maven.surefire.providerapi that throw TestSetFailedException
 RunResult SurefireProvider.invoke(Object forkTestSet)
          Runs a forked test
 

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

Methods in org.apache.maven.surefire.testng that throw TestSetFailedException
 void TestNGXmlTestSuite.execute(ReporterFactory reporterManagerFactory)
           
 void TestNGXmlTestSuite.execute(String testSetName, ReporterFactory reporterManagerFactory)
           
 void TestNGDirectoryTestSuite.execute(String testSetName, ReporterFactory reporterManagerFactory)
           
 void TestNgTestSuite.execute(String testSetName, ReporterFactory reporterManagerFactory)
           
 void TestNGDirectoryTestSuite.execute(TestsToRun testsToRun, ReporterFactory reporterManagerFactory)
           
 void TestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun, ReporterFactory reporterFactory)
           
 RunResult TestNGProvider.invoke(Object forkTestSet)
           
 Map TestNGXmlTestSuite.locateTestSets(ClassLoader classLoader)
           
 Map TestNGDirectoryTestSuite.locateTestSets(ClassLoader classLoader)
           
 Map TestNgTestSuite.locateTestSets(ClassLoader classLoader)
           
static void TestNGExecutor.run(Class[] testClasses, String testSourceDirectory, Map options, org.apache.maven.artifact.versioning.ArtifactVersion version, RunListener reportManager, TestNgTestSuite suite, File reportsDirectory, String methodNamePattern)
           
static void TestNGExecutor.run(List suiteFiles, String testSourceDirectory, Map options, org.apache.maven.artifact.versioning.ArtifactVersion version, RunListener 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 AbstractDirectConfigurator.configure(org.testng.TestNG testng, Map options)
           
 void TestNGMapConfigurator.configure(org.testng.TestNG testng, Map options)
           
 void Configurator.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-2011 Apache Software Foundation. All Rights Reserved.