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, 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 RunResultForkStarter.awaitResultsDone(Collection<Future<RunResult>> results, ExecutorService executorService) private voidForkStarter.closeExecutor(ExecutorService executorService) DefaultForkConfiguration.createCommandLine(StartupConfiguration config, int forkNumber, File dumpLogDirectory) abstract CommandlineForkConfiguration.createCommandLine(StartupConfiguration config, int forkNumber, File dumpLogDirectory) private RunResultForkStarter.fork(Object testSet, PropertiesWrapper providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractCommandReader commandReader, ForkNodeFactory forkNodeFactory, boolean readTestsFromInStream) ForkStarter.getSuitesIterator()private FileDefaultForkConfiguration.getWorkingDirectory(int forkNumber) protected voidClasspathForkConfiguration.resolveClasspath(Commandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected abstract voidDefaultForkConfiguration.resolveClasspath(Commandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected voidJarManifestForkConfiguration.resolveClasspath(Commandline cli, String booterThatHasMainMethod, StartupConfiguration config, File dumpLogDirectory) protected voidModularClasspathForkConfiguration.resolveClasspath(Commandline cli, String startClass, StartupConfiguration config, File dumpLogDirectory) private RunResultForkStarter.run(SurefireProperties effectiveSystemProperties) private RunResultForkStarter.run(SurefireProperties effectiveSystemProps, Map<String, String> providerProperties) ForkStarter.run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult) private RunResultForkStarter.runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProps, int forkCount) private RunResultForkStarter.runSuitesForkPerTestSet(SurefireProperties effectiveSystemProps, int forkCount) DefaultForkConfiguration.toCompleteClasspath(StartupConfiguration conf)