Uses of Class
org.apache.maven.surefire.testset.TestSetFailedException
Packages that use TestSetFailedException
Package
Description
-
Uses of TestSetFailedException in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that throw TestSetFailedExceptionModifier and TypeMethodDescriptionprivate RunResultAbstractSurefireMojo.executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper) InPluginVMSurefireStarter.runSuitesInProcess(DefaultScanResult scanResult) -
Uses of TestSetFailedException in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that throw TestSetFailedExceptionModifier and TypeMethodDescriptionbooleanCommandReader.awaitStarted()static RunResultProviderFactory.invokeProvider(Object testSet, ClassLoader testsClassLoader, Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfig, boolean restoreStreams) private voidForkedBooter.runSuitesInProcess() -
Uses of TestSetFailedException in org.apache.maven.surefire.common.junit4
Methods in org.apache.maven.surefire.common.junit4 that throw TestSetFailedExceptionModifier and TypeMethodDescriptionstatic 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 TestSetFailedExceptionModifier and TypeMethodDescriptionvoidJUnitTestSet.execute(RunListener reporter, ClassLoader loader) voidPojoTestSet.execute(RunListener reportManager, ClassLoader loader) voidSurefireTestSet.execute(RunListener reportManager, ClassLoader loader) private booleanPojoTestSet.executeTestMethod(Method method, RunListener reportManager) private voidPojoTestSet.executeTestMethods(RunListener reportManager) private voidJUnit3Provider.executeTestSet(SurefireTestSet testSet, RunListener reporter, ClassLoader classLoader, Map<String, String> systemProperties) -
Uses of TestSetFailedException in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 that throw TestSetFailedExceptionModifier and TypeMethodDescriptionprivate voidJUnit4Provider.setTestsToRun(Object forkTestSet) private voidJUnit4Provider.upgradeCheck() -
Uses of TestSetFailedException in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that throw TestSetFailedExceptionModifier and TypeMethodDescriptionprotected voidJUnitCore.afterException(Throwable e) protected voidJUnitCoreWrapper.JUnitCore.afterException(Throwable e) static ConcurrentRunListenerConcurrentRunListener.createInstance(Map<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, Class<?>... classesToRun) private JUnit4RunListenerJUnitCoreProvider.createRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream) private voidJUnitCoreWrapper.execute(TestsToRun testsToRun, boolean useIterated, Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter) (package private) voidJUnitCoreWrapper.execute(TestsToRun testsToRun, 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, Collection<org.junit.runner.notification.RunListener> listeners) private voidJUnitCoreWrapper.executeLazy(TestsToRun testsToRun, boolean useIterated, org.junit.runner.manipulation.Filter filter, Collection<org.junit.runner.notification.RunListener> listeners) (package private) org.junit.runner.ResultJUnitCore.run(org.junit.runner.Runner runner) private voidJUnitCoreProvider.setTestsToRun(Object forkTestSet) Constructors in org.apache.maven.surefire.junitcore that throw TestSetFailedExceptionModifierConstructorDescriptionClassesParallelRunListener(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, ConsoleStream consoleStream) (package private)ConcurrentRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream, boolean reportImmediately, Map<String, TestSet> classMethodCounts) MethodsParallelRunListener(Map<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 TestSetFailedExceptionModifier and TypeMethodDescriptionParallelComputer.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 -
Uses of TestSetFailedException in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that throw TestSetFailedException -
Uses of TestSetFailedException in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng that throw TestSetFailedExceptionModifier and TypeMethodDescriptionprivate static org.testng.xml.XmlMethodSelectorTestNGExecutor.createGroupMatchingSelector(Map<String, 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, Class<?> testClass) private static intTestNGExecutor.extractVerboseLevel(Map<String, String> options) (package private) IterableTestNGXmlTestSuite.locateTestSets()(package private) static voidTestNGExecutor.run(Iterable<Class<?>> testClasses, String testSourceDirectory, Map<String, String> options, RunListener reportManager, File reportsDirectory, TestListResolver methodFilter, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount) (package private) static voidTestNGExecutor.run(List<String> suiteFiles, String testSourceDirectory, Map<String, String> options, RunListener reportManager, File reportsDirectory, int skipAfterFailureCount) -
Uses of TestSetFailedException in org.apache.maven.surefire.testng.conf
Methods in org.apache.maven.surefire.testng.conf that throw TestSetFailedExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidprotected ObjectTestNG513Configurator.convertListeners(String listenerClasses) protected ObjectTestNG5141Configurator.convertListeners(String listenerClasses) protected ObjectTestNG5143Configurator.convertListeners(String listenerClasses) protected ObjectTestNGMapConfigurator.convertListeners(String listenerClasses) TestNG5143Configurator.getConvertedOptions(Map<String, String> options) TestNG60Configurator.getConvertedOptions(Map<String, String> options) TestNGMapConfigurator.getConvertedOptions(Map<String, String> options) (package private) static Class<?>AbstractDirectConfigurator.loadListenerClasses(String listenerClasses) -
Uses of TestSetFailedException in org.apache.maven.surefire.util
Methods in org.apache.maven.surefire.util that throw TestSetFailedException