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

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

Methods in org.apache.maven.surefire.booter that return ProviderConfiguration
 ProviderConfiguration BooterDeserializer.deserialize()
           
 

Methods in org.apache.maven.surefire.booter with parameters of type ProviderConfiguration
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)
           
 

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



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