| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.surefire.booter.ProviderFactory
public class ProviderFactory
Creates the surefire provider.
| Constructor Summary | |
|---|---|
ProviderFactory(StartupConfiguration startupConfiguration,
                ProviderConfiguration providerConfiguration,
                ClassLoader testsClassLoader,
                Object reporterManagerFactory)
 | 
|
| Method Summary | |
|---|---|
 SurefireProvider | 
createProvider(boolean isInsideFork)
 | 
static RunResult | 
invokeProvider(Object testSet,
               ClassLoader testsClassLoader,
               Object factory,
               ProviderConfiguration providerConfiguration,
               boolean insideFork,
               StartupConfiguration startupConfiguration1,
               boolean restoreStreams)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ProviderFactory(StartupConfiguration startupConfiguration,
                       ProviderConfiguration providerConfiguration,
                       ClassLoader testsClassLoader,
                       Object reporterManagerFactory)
| Method Detail | 
|---|
public static RunResult invokeProvider(Object testSet,
                                       ClassLoader testsClassLoader,
                                       Object factory,
                                       ProviderConfiguration providerConfiguration,
                                       boolean insideFork,
                                       StartupConfiguration startupConfiguration1,
                                       boolean restoreStreams)
                                throws TestSetFailedException,
                                       InvocationTargetException
TestSetFailedException
InvocationTargetExceptionpublic SurefireProvider createProvider(boolean isInsideFork)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||