Uses of Class
org.apache.maven.surefire.booter.SurefireBooterForkException
-
Packages that use SurefireBooterForkException Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient -
-
Uses of SurefireBooterForkException in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that throw SurefireBooterForkException Modifier and Type Method Description private 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 SurefireBooterForkException Modifier and Type Method Description private static RunResult
ForkStarter. awaitResultsDone(java.util.Collection<java.util.concurrent.Future<RunResult>> results, java.util.concurrent.ExecutorService executorService)
private void
ForkStarter. closeExecutor(java.util.concurrent.ExecutorService executorService)
OutputStreamFlushableCommandline
DefaultForkConfiguration. createCommandLine(StartupConfiguration config, int forkNumber, java.io.File dumpLogDirectory)
abstract OutputStreamFlushableCommandline
ForkConfiguration. createCommandLine(StartupConfiguration config, int forkNumber, java.io.File dumpLogDirectory)
private RunResult
ForkStarter. fork(java.lang.Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream)
private java.lang.Iterable<java.lang.Class<?>>
ForkStarter. getSuitesIterator()
private java.io.File
DefaultForkConfiguration. getWorkingDirectory(int forkNumber)
protected void
ClasspathForkConfiguration. resolveClasspath(OutputStreamFlushableCommandline cli, java.lang.String booterThatHasMainMethod, StartupConfiguration config, java.io.File dumpLogDirectory)
protected abstract void
DefaultForkConfiguration. resolveClasspath(OutputStreamFlushableCommandline cli, java.lang.String booterThatHasMainMethod, StartupConfiguration config, java.io.File dumpLogDirectory)
protected void
JarManifestForkConfiguration. resolveClasspath(OutputStreamFlushableCommandline cli, java.lang.String booterThatHasMainMethod, StartupConfiguration config, java.io.File dumpLogDirectory)
protected void
ModularClasspathForkConfiguration. resolveClasspath(OutputStreamFlushableCommandline cli, java.lang.String startClass, StartupConfiguration config, java.io.File dumpLogDirectory)
private RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties)
private RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties, java.util.Map<java.lang.String,java.lang.String> providerProperties)
RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult)
private RunResult
ForkStarter. runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProperties, int forkCount)
private RunResult
ForkStarter. runSuitesForkPerTestSet(SurefireProperties effectiveSystemProperties, int forkCount)
protected java.util.List<java.lang.String>
DefaultForkConfiguration. toCompleteClasspath(StartupConfiguration conf)
-