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(String providerClassName, ClasspathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration)
           
 

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

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



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