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) |
(package private) OutputStreamFlushableCommandline |
ForkConfiguration.createCommandLine(java.util.List<java.lang.String> classPath,
boolean useJar,
boolean shadefire,
java.lang.String providerThatHasMainMethod,
int threadNumber) |
OutputStreamFlushableCommandline |
ForkConfiguration.createCommandLine(java.util.List<java.lang.String> classPath,
StartupConfiguration startupConfiguration,
int threadNumber) |
private RunResult |
ForkStarter.fork(java.lang.Object testSet,
KeyValueSource providerProperties,
ForkClient forkClient,
SurefireProperties effectiveSystemProperties,
AbstractForkInputStream testProvidingInputStream,
boolean readTestsFromInStream) |
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 |
ForkConfiguration.getWorkingDirectory(int threadNumber) |
private RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties) |
RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties,
DefaultScanResult scanResult) |
private RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties,
java.util.Map<java.lang.String,java.lang.String> providerProperties) |
private RunResult |
ForkStarter.runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProperties,
int forkCount) |
private RunResult |
ForkStarter.runSuitesForkPerTestSet(SurefireProperties effectiveSystemProperties,
int forkCount) |