Uses of Class
org.apache.maven.surefire.testset.TestSetFailedException
-
-
Uses of TestSetFailedException in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that throw TestSetFailedException Modifier and Type Method Description private RunResultAbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult)RunResultInPluginVMSurefireStarter. runSuitesInProcess(DefaultScanResult scanResult) -
Uses of TestSetFailedException in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that throw TestSetFailedException Modifier and Type Method Description booleanCommandReader. awaitStarted()static RunResultProviderFactory. invokeProvider(java.lang.Object testSet, java.lang.ClassLoader testsClassLoader, java.lang.Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfig, boolean restoreStreams)private RunResultForkedBooter. invokeProviderInSameClassLoader(ForkingReporterFactory factory)private RunResultForkedBooter. runSuitesInProcess() -
Uses of TestSetFailedException in org.apache.maven.surefire.common.junit4
Methods in org.apache.maven.surefire.common.junit4 that throw TestSetFailedException Modifier and Type Method Description static voidJUnit4RunListener. rethrowAnyTestMechanismFailures(org.junit.runner.Result run) -
Uses of TestSetFailedException in org.apache.maven.surefire.junit
Methods in org.apache.maven.surefire.junit that throw TestSetFailedException Modifier and Type Method Description private SurefireTestSetJUnit3Provider. createTestSet(java.lang.Class<?> clazz)voidJUnitTestSet. execute(RunListener reporter, java.lang.ClassLoader loader)voidSurefireTestSet. execute(RunListener reportManager, java.lang.ClassLoader loader)private voidJUnit3Provider. executeTestSet(SurefireTestSet testSet, RunListener reporter, java.lang.ClassLoader classLoader, java.util.Map<java.lang.String,java.lang.String> systemProperties)RunResultJUnit3Provider. invoke(java.lang.Object forkTestSet)Constructors in org.apache.maven.surefire.junit that throw TestSetFailedException Constructor Description PojoTestSet(java.lang.Class<?> testClass) -
Uses of TestSetFailedException in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 that throw TestSetFailedException Modifier and Type Method Description RunResultJUnit4Provider. invoke(java.lang.Object forkTestSet)private voidJUnit4Provider. setTestsToRun(java.lang.Object forkTestSet)private voidJUnit4Provider. upgradeCheck() -
Uses of TestSetFailedException in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that throw TestSetFailedException Modifier and Type Method Description protected voidJUnitCore. afterException(java.lang.Throwable e)protected voidJUnitCoreWrapper.JUnitCore. afterException(java.lang.Throwable e)static ConcurrentRunListenerConcurrentRunListener. createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth, ConsoleStream consoleStream)private voidJUnitCoreWrapper. createRequestAndRun(org.junit.runner.manipulation.Filter filter, org.junit.runner.Computer computer, JUnitCoreWrapper.JUnitCore junitCore, java.lang.Class<?>... classesToRun)private JUnit4RunListenerJUnitCoreProvider. createRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream)private voidJUnitCoreWrapper. execute(TestsToRun testsToRun, boolean useIterated, java.util.Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter)(package private) voidJUnitCoreWrapper. execute(TestsToRun testsToRun, java.util.Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter)(package private) voidJUnitCoreWrapper. execute(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter)private voidJUnitCoreWrapper. executeEager(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter, java.util.Collection<org.junit.runner.notification.RunListener> listeners)private voidJUnitCoreWrapper. executeLazy(TestsToRun testsToRun, boolean useIterated, org.junit.runner.manipulation.Filter filter, java.util.Collection<org.junit.runner.notification.RunListener> listeners)RunResultJUnitCoreProvider. invoke(java.lang.Object forkTestSet)(package private) org.junit.runner.ResultJUnitCore. run(org.junit.runner.Runner runner)private voidJUnitCoreProvider. setTestsToRun(java.lang.Object forkTestSet)Constructors in org.apache.maven.surefire.junitcore that throw TestSetFailedException Constructor Description ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ConsoleStream consoleStream)ConcurrentRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream, boolean reportImmediately, java.util.Map<java.lang.String,TestSet> classMethodCounts)MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately, ConsoleStream consoleStream)NonConcurrentRunListener(RunListener reporter) -
Uses of TestSetFailedException in org.apache.maven.surefire.junitcore.pc
Methods in org.apache.maven.surefire.junitcore.pc that throw TestSetFailedException Modifier and Type Method Description java.lang.StringParallelComputer. describeElapsedTimeout()private voidParallelComputerBuilder.PC. determineThreadCounts(long suites, long classes, long methods)(package private) static ConcurrencyParallelComputerUtil. resolveConcurrency(JUnitCoreParameters params, RunnerCounter counts) -
Uses of TestSetFailedException in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform that throw TestSetFailedException Modifier and Type Method Description RunResultJUnitPlatformProvider. invoke(java.lang.Object forkTestSet) -
Uses of TestSetFailedException in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that throw TestSetFailedException Modifier and Type Method Description RunResultSurefireProvider. invoke(java.lang.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 Modifier and Type Method Description private static org.testng.xml.XmlMethodSelectorTestNGExecutor. createGroupMatchingSelector(java.util.Map<java.lang.String,java.lang.String> options)private static org.testng.xml.XmlMethodSelectorTestNGExecutor. createMethodNameFilteringSelector(TestListResolver methodFilter)(package private) voidTestNGDirectoryTestSuite. execute(TestsToRun testsToRun, RunListener reporterManager)(package private) voidTestNGXmlTestSuite. execute(RunListener reporter)private voidTestNGDirectoryTestSuite. executeLazy(TestsToRun testsToRun, RunListener reporterManager)private voidTestNGDirectoryTestSuite. executeMulti(TestsToRun testsToRun, RunListener reporterManager)private voidTestNGDirectoryTestSuite. executeSingleClass(RunListener reporter, java.lang.Class<?> testClass)private static intTestNGExecutor. extractVerboseLevel(java.util.Map<java.lang.String,java.lang.String> options)RunResultTestNGProvider. invoke(java.lang.Object forkTestSet)(package private) java.lang.IterableTestNGXmlTestSuite. locateTestSets()(package private) static voidTestNGExecutor. run(java.lang.Iterable<java.lang.Class<?>> testClasses, java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> options, RunListener reportManager, java.io.File reportsDirectory, TestListResolver methodFilter, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount)(package private) static voidTestNGExecutor. run(java.util.List<java.lang.String> suiteFiles, java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> options, RunListener reportManager, java.io.File reportsDirectory, int skipAfterFailureCount) -
Uses of TestSetFailedException in org.apache.maven.surefire.testng.conf
Methods in org.apache.maven.surefire.testng.conf that throw TestSetFailedException Modifier and Type Method Description voidAbstractDirectConfigurator. configure(org.testng.TestNG testng, java.util.Map<java.lang.String,java.lang.String> options)voidAbstractDirectConfigurator. configure(org.testng.xml.XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> options)voidConfigurator. configure(org.testng.TestNG testng, java.util.Map<java.lang.String,java.lang.String> options)voidConfigurator. configure(org.testng.xml.XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> options)voidTestNG510Configurator. configure(org.testng.xml.XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> options)voidTestNGMapConfigurator. configure(org.testng.TestNG testng, java.util.Map<java.lang.String,java.lang.String> options)voidTestNGMapConfigurator. configure(org.testng.xml.XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> options)protected java.lang.ObjectTestNG513Configurator. convertListeners(java.lang.String listenerClasses)protected java.lang.ObjectTestNG5141Configurator. convertListeners(java.lang.String listenerClasses)protected java.lang.ObjectTestNG5143Configurator. convertListeners(java.lang.String listenerClasses)protected java.lang.ObjectTestNGMapConfigurator. convertListeners(java.lang.String listenerClasses)(package private) java.util.Map<java.lang.String,java.lang.Object>TestNG5143Configurator. getConvertedOptions(java.util.Map<java.lang.String,java.lang.String> options)(package private) java.util.Map<java.lang.String,java.lang.Object>TestNG60Configurator. getConvertedOptions(java.util.Map<java.lang.String,java.lang.String> options)(package private) java.util.Map<java.lang.String,java.lang.Object>TestNGMapConfigurator. getConvertedOptions(java.util.Map<java.lang.String,java.lang.String> options)(package private) static java.lang.Class<?>AbstractDirectConfigurator. loadClass(java.lang.String className)(package private) static java.util.List<java.lang.Class>AbstractDirectConfigurator. loadListenerClasses(java.lang.String listenerClasses) -
Uses of TestSetFailedException in org.apache.maven.surefire.util
Methods in org.apache.maven.surefire.util that throw TestSetFailedException Modifier and Type Method Description static TestsToRunTestsToRun. fromClass(java.lang.Class<?> clazz)
-