Uses of Class
org.apache.maven.surefire.api.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 RunResult
AbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)
RunResult
InPluginVMSurefireStarter. runSuitesInProcess(DefaultScanResult scanResult)
-
Uses of TestSetFailedException in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that throw TestSetFailedException Modifier and Type Method Description boolean
CommandChainReader. awaitStarted()
RunResult
SurefireProvider. invoke(java.lang.Object forkTestSet)
Runs a forked test -
Uses of TestSetFailedException in org.apache.maven.surefire.api.util
Methods in org.apache.maven.surefire.api.util that throw TestSetFailedException Modifier and Type Method Description static TestsToRun
TestsToRun. fromClass(java.lang.Class<?> clazz)
-
Uses of TestSetFailedException in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that throw TestSetFailedException Modifier and Type Method Description boolean
CommandReader. awaitStarted()
static RunResult
ProviderFactory. invokeProvider(java.lang.Object testSet, java.lang.ClassLoader testsClassLoader, java.lang.Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfig, boolean restoreStreams)
private void
ForkedBooter. 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 void
JUnit4RunListener. 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 void
JUnitTestSetExecutor. execute(java.lang.Class<?> testClass, java.lang.ClassLoader loader)
void
PojoTestSetExecutor. execute(java.lang.Class<?> testClass, java.lang.ClassLoader loader)
void
SurefireTestSetExecutor. execute(java.lang.Class<?> testClass, java.lang.ClassLoader loader)
private boolean
PojoTestSetExecutor. executeTestMethod(java.lang.Class<?> testClass, java.lang.reflect.Method method, long testRunId, PojoTestSetExecutor.DiscoveredTestMethods methods)
private void
JUnit3Provider. executeTestSet(java.lang.Class<?> testSet, SurefireTestSetExecutor testSetExecutor, JUnit3Reporter reporter, java.util.Map<java.lang.String,java.lang.String> systemProperties)
RunResult
JUnit3Provider. invoke(java.lang.Object forkTestSet)
(package private) static void
JUnit3Provider. setSystemManager(java.lang.String smClassName)
-
Uses of TestSetFailedException in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 that throw TestSetFailedException Modifier and Type Method Description RunResult
JUnit4Provider. invoke(java.lang.Object forkTestSet)
private void
JUnit4Provider. setTestsToRun(java.lang.Object forkTestSet)
private void
JUnit4Provider. 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 void
JUnitCore. afterException(java.lang.Throwable e)
protected void
JUnitCoreWrapper.JUnitCore. afterException(java.lang.Throwable e)
private void
JUnitCoreWrapper. createRequestAndRun(org.junit.runner.manipulation.Filter filter, org.junit.runner.Computer computer, JUnitCoreWrapper.JUnitCore junitCore, java.lang.Class<?>... classesToRun)
private void
JUnitCoreWrapper. execute(TestsToRun testsToRun, boolean useIterated, java.util.Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter)
(package private) void
JUnitCoreWrapper. execute(TestsToRun testsToRun, java.util.Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter)
(package private) void
JUnitCoreWrapper. execute(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter)
private void
JUnitCoreWrapper. executeEager(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter, java.util.Collection<org.junit.runner.notification.RunListener> listeners)
private void
JUnitCoreWrapper. executeLazy(TestsToRun testsToRun, boolean useIterated, org.junit.runner.manipulation.Filter filter, java.util.Collection<org.junit.runner.notification.RunListener> listeners)
RunResult
JUnitCoreProvider. invoke(java.lang.Object forkTestSet)
(package private) org.junit.runner.Result
JUnitCore. run(org.junit.runner.Runner runner)
private void
JUnitCoreProvider. setTestsToRun(java.lang.Object forkTestSet)
-
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.String
ParallelComputer. describeElapsedTimeout()
private void
ParallelComputerBuilder.PC. determineThreadCounts(long suites, long classes, long methods)
(package private) static Concurrency
ParallelComputerUtil. 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 RunResult
JUnitPlatformProvider. invoke(java.lang.Object forkTestSet)
-
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.XmlMethodSelector
TestNGExecutor. createGroupMatchingSelector(java.util.Map<java.lang.String,java.lang.String> options)
private static org.testng.xml.XmlMethodSelector
TestNGExecutor. createMethodNameFilteringSelector(TestListResolver methodFilter)
(package private) void
TestNGDirectoryTestSuite. execute(TestsToRun testsToRun, TestNGReporter testNGReporter)
(package private) void
TestNGXmlTestSuite. execute(TestNGReporter testNGReporter)
private void
TestNGDirectoryTestSuite. executeLazy(TestsToRun testsToRun, TestNGReporter testNGReporter)
private void
TestNGDirectoryTestSuite. executeMulti(TestsToRun testsToRun, TestNGReporter testNGReporter)
private void
TestNGDirectoryTestSuite. executeSingleClass(TestNGReporter testNGReporter, java.lang.Class<?> testClass)
private static int
TestNGExecutor. extractVerboseLevel(java.util.Map<java.lang.String,java.lang.String> options)
RunResult
TestNGProvider. invoke(java.lang.Object forkTestSet)
(package private) java.lang.Iterable
TestNGXmlTestSuite. locateTestSets()
(package private) static void
TestNGExecutor. run(java.lang.Iterable<java.lang.Class<?>> testClasses, java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> options, TestNGReporter testNGReporter, java.io.File reportsDirectory, TestListResolver methodFilter, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount)
(package private) static void
TestNGExecutor. run(java.util.List<java.lang.String> suiteFiles, java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> options, TestNGReporter testNGReporter, 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 void
AbstractDirectConfigurator. configure(org.testng.TestNG testng, java.util.Map<java.lang.String,java.lang.String> options)
void
AbstractDirectConfigurator. configure(org.testng.xml.XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> options)
void
Configurator. configure(org.testng.TestNG testng, java.util.Map<java.lang.String,java.lang.String> options)
void
Configurator. configure(org.testng.xml.XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> options)
void
TestNG510Configurator. configure(org.testng.xml.XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> options)
void
TestNG740Configurator. configure(org.testng.xml.XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> options)
void
TestNGMapConfigurator. configure(org.testng.TestNG testng, java.util.Map<java.lang.String,java.lang.String> options)
void
TestNGMapConfigurator. configure(org.testng.xml.XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> options)
protected java.lang.Object
TestNG513Configurator. convertListeners(java.lang.String listenerClasses)
protected java.lang.Object
TestNG5141Configurator. convertListeners(java.lang.String listenerClasses)
protected java.lang.Object
TestNG5143Configurator. convertListeners(java.lang.String listenerClasses)
protected java.lang.Object
TestNGMapConfigurator. 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)
-