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) |
Constructor and Description |
---|
ForkStarter(ProviderConfiguration providerConfiguration,
StartupConfiguration startupConfiguration,
ForkConfiguration forkConfiguration,
int forkedProcessTimeoutInSeconds,
StartupReportConfiguration startupReportConfiguration) |
Modifier and Type | Method and Description |
---|---|
StartupConfiguration |
BooterDeserializer.getProviderConfiguration() |
static StartupConfiguration |
StartupConfiguration.inForkedVm(String providerClassName,
ClasspathConfiguration classpathConfiguration,
ClassLoaderConfiguration classLoaderConfiguration,
String forkMode) |
Modifier and Type | Method and Description |
---|---|
static RunResult |
ProviderFactory.invokeProvider(Object testSet,
ClassLoader testsClassLoader,
ClassLoader surefireClassLoader,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfiguration1) |
static RunResult |
ForkedBooter.runSuitesInProcess(Object testSet,
ClassLoader testsClassLoader,
StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration) |
Constructor and Description |
---|
ProviderFactory(StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration,
ClassLoader surefireClassLoader,
ClassLoader testsClassLoader,
Object reporterManagerFactory) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.