public class ProviderFactory extends Object
Constructor and Description |
---|
ProviderFactory(StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration,
ClassLoader surefireClassLoader,
ClassLoader testsClassLoader,
Object reporterManagerFactory) |
Modifier and Type | Method and Description |
---|---|
SurefireProvider |
createProvider(boolean isInsideFork) |
static RunResult |
invokeProvider(Object testSet,
ClassLoader testsClassLoader,
ClassLoader surefireClassLoader,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfiguration1,
boolean restoreStreams) |
public ProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, ClassLoader surefireClassLoader, ClassLoader testsClassLoader, Object reporterManagerFactory)
public static RunResult invokeProvider(Object testSet, ClassLoader testsClassLoader, ClassLoader surefireClassLoader, Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfiguration1, boolean restoreStreams)
public SurefireProvider createProvider(boolean isInsideFork)
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.