Uses of Class
org.apache.maven.surefire.booter.SurefireBooterForkException
Packages that use SurefireBooterForkException
-
Uses of SurefireBooterForkException in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that throw SurefireBooterForkExceptionModifier and TypeMethodDescriptionprivate RunResultAbstractSurefireMojo.executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper) -
Uses of SurefireBooterForkException in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that throw SurefireBooterForkExceptionModifier and TypeMethodDescriptionprivate static RunResultForkStarter.awaitResultsDone(Collection<Future<RunResult>> results, ExecutorService executorService) private voidForkStarter.closeExecutor(ExecutorService executorService) DefaultForkConfiguration.createCommandLine(StartupConfiguration config, int forkNumber, File dumpLogDirectory) abstract OutputStreamFlushableCommandlineForkConfiguration.createCommandLine(StartupConfiguration config, int forkNumber, File dumpLogDirectory) private RunResultForkStarter.fork(Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream) ForkStarter.getSuitesIterator()private FileDefaultForkConfiguration.getWorkingDirectory(int forkNumber) protected voidClasspathForkConfiguration.resolveClasspath(OutputStreamFlushableCommandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected abstract voidDefaultForkConfiguration.resolveClasspath(OutputStreamFlushableCommandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected voidJarManifestForkConfiguration.resolveClasspath(OutputStreamFlushableCommandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected voidModularClasspathForkConfiguration.resolveClasspath(OutputStreamFlushableCommandline cli, String startClass, StartupConfiguration config, File dumpLogDirectory) private RunResultForkStarter.run(SurefireProperties effectiveSystemProperties) private RunResultForkStarter.run(SurefireProperties effectiveSystemProperties, Map<String, String> providerProperties) ForkStarter.run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult) private RunResultForkStarter.runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProperties, int forkCount) private RunResultForkStarter.runSuitesForkPerTestSet(SurefireProperties effectiveSystemProperties, int forkCount) DefaultForkConfiguration.toCompleteClasspath(StartupConfiguration conf)