Uses of Class
org.apache.maven.surefire.booter.StartupConfiguration

Uses of StartupConfiguration in org.apache.maven.surefire.booter
 

Methods in org.apache.maven.surefire.booter that return StartupConfiguration
 StartupConfiguration BooterDeserializer.getProviderConfiguration()
           
static StartupConfiguration StartupConfiguration.inForkedVm(java.lang.String providerClassName, ClasspathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration, java.lang.String forkMode)
           
 

Methods in org.apache.maven.surefire.booter with parameters of type StartupConfiguration
static RunResult ProviderFactory.invokeProvider(java.lang.Object testSet, java.lang.ClassLoader testsClassLoader, java.lang.ClassLoader surefireClassLoader, java.lang.Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfiguration1)
           
static RunResult ForkedBooter.runSuitesInProcess(java.lang.Object testSet, java.lang.ClassLoader testsClassLoader, StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration)
           
 

Constructors in org.apache.maven.surefire.booter with parameters of type StartupConfiguration
ProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, java.lang.ClassLoader surefireClassLoader, java.lang.ClassLoader testsClassLoader, java.lang.Object reporterManagerFactory)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.