public class ProviderFactory extends Object
Constructor and Description |
---|
ProviderFactory(StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration,
ClassLoader testsClassLoader,
Object reporterManagerFactory) |
Modifier and Type | Method and Description |
---|---|
SurefireProvider |
createProvider(boolean isInsideFork) |
static RunResult |
invokeProvider(Object testSet,
ClassLoader testsClassLoader,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfiguration1,
boolean restoreStreams) |
public ProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, ClassLoader testsClassLoader, Object reporterManagerFactory)
public static RunResult invokeProvider(Object testSet, ClassLoader testsClassLoader, Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfiguration1, boolean restoreStreams) throws TestSetFailedException, InvocationTargetException
public SurefireProvider createProvider(boolean isInsideFork)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.