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 RunResult
AbstractSurefireMojo.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 RunResult
ForkStarter.awaitResultsDone
(Collection<Future<RunResult>> results, ExecutorService executorService) private void
ForkStarter.closeExecutor
(ExecutorService executorService) DefaultForkConfiguration.createCommandLine
(StartupConfiguration config, int forkNumber, File dumpLogDirectory) abstract OutputStreamFlushableCommandline
ForkConfiguration.createCommandLine
(StartupConfiguration config, int forkNumber, File dumpLogDirectory) private RunResult
ForkStarter.fork
(Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream) ForkStarter.getSuitesIterator()
private File
DefaultForkConfiguration.getWorkingDirectory
(int forkNumber) protected void
ClasspathForkConfiguration.resolveClasspath
(OutputStreamFlushableCommandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected abstract void
DefaultForkConfiguration.resolveClasspath
(OutputStreamFlushableCommandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected void
JarManifestForkConfiguration.resolveClasspath
(OutputStreamFlushableCommandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected void
ModularClasspathForkConfiguration.resolveClasspath
(OutputStreamFlushableCommandline cli, String startClass, StartupConfiguration config, File dumpLogDirectory) private RunResult
ForkStarter.run
(SurefireProperties effectiveSystemProperties) private RunResult
ForkStarter.run
(SurefireProperties effectiveSystemProperties, Map<String, String> providerProperties) ForkStarter.run
(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult) private RunResult
ForkStarter.runSuitesForkOnceMultiple
(SurefireProperties effectiveSystemProperties, int forkCount) private RunResult
ForkStarter.runSuitesForkPerTestSet
(SurefireProperties effectiveSystemProperties, int forkCount) DefaultForkConfiguration.toCompleteClasspath
(StartupConfiguration conf)