Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.booterclient | |
org.apache.maven.surefire.booter |
Constructor and Description |
---|
InPluginVMSurefireStarter(StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration,
StartupReportConfiguration startupReportConfiguration) |
Modifier and Type | Method and Description |
---|---|
OutputStreamFlushableCommandline |
ForkConfiguration.createCommandLine(List<String> classPath,
StartupConfiguration startupConfiguration,
int threadNumber) |
Constructor and Description |
---|
ForkStarter(ProviderConfiguration providerConfiguration,
StartupConfiguration startupConfiguration,
ForkConfiguration forkConfiguration,
int forkedProcessTimeoutInSeconds,
StartupReportConfiguration startupReportConfiguration,
org.apache.maven.plugin.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
StartupConfiguration |
BooterDeserializer.getProviderConfiguration() |
static StartupConfiguration |
StartupConfiguration.inForkedVm(String providerClassName,
ClasspathConfiguration classpathConfiguration,
ClassLoaderConfiguration classLoaderConfiguration) |
Modifier and Type | Method and Description |
---|---|
static SurefireProvider |
ForkedBooter.createProviderInCurrentClassloader(StartupConfiguration startupConfiguration1,
boolean isInsideFork,
ProviderConfiguration providerConfiguration,
Object reporterManagerFactory1) |
static RunResult |
ProviderFactory.invokeProvider(Object testSet,
ClassLoader testsClassLoader,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfiguration1,
boolean restoreStreams) |
static RunResult |
ForkedBooter.invokeProviderInSameClassLoader(Object testSet,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfiguration1,
boolean restoreStreams) |
Constructor and Description |
---|
ProviderFactory(StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration,
ClassLoader testsClassLoader,
Object reporterManagerFactory) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.