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, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) -
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 Commandline
ForkConfiguration.createCommandLine
(StartupConfiguration config, int forkNumber, File dumpLogDirectory) private RunResult
ForkStarter.fork
(Object testSet, PropertiesWrapper providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractCommandReader commandReader, ForkNodeFactory forkNodeFactory, boolean readTestsFromInStream) ForkStarter.getSuitesIterator()
private File
DefaultForkConfiguration.getWorkingDirectory
(int forkNumber) protected void
ClasspathForkConfiguration.resolveClasspath
(Commandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected abstract void
DefaultForkConfiguration.resolveClasspath
(Commandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected void
JarManifestForkConfiguration.resolveClasspath
(Commandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected void
ModularClasspathForkConfiguration.resolveClasspath
(Commandline cli, String startClass, StartupConfiguration config, File dumpLogDirectory) private RunResult
ForkStarter.run
(SurefireProperties effectiveSystemProperties) private RunResult
ForkStarter.run
(SurefireProperties effectiveSystemProps, Map<String, String> providerProperties) ForkStarter.run
(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult) private RunResult
ForkStarter.runSuitesForkOnceMultiple
(SurefireProperties effectiveSystemProps, int forkCount) private RunResult
ForkStarter.runSuitesForkPerTestSet
(SurefireProperties effectiveSystemProps, int forkCount) DefaultForkConfiguration.toCompleteClasspath
(StartupConfiguration conf)