Uses of Class
org.apache.maven.surefire.booter.ProviderConfiguration
-
Packages that use ProviderConfiguration Package Description org.apache.maven.surefire.booter -
-
Uses of ProviderConfiguration in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return ProviderConfiguration Modifier and Type Method Description ProviderConfiguration
BooterDeserializer. deserialize()
Methods in org.apache.maven.surefire.booter with parameters of type ProviderConfiguration Modifier and Type Method Description static org.apache.maven.surefire.api.suite.RunResult
ProviderFactory. invokeProvider(java.lang.Object testSet, java.lang.ClassLoader testsClassLoader, java.lang.Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfig, boolean restoreStreams)
Constructors in org.apache.maven.surefire.booter with parameters of type ProviderConfiguration Constructor Description ProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, java.lang.ClassLoader testsClassLoader, java.lang.Object reporterManagerFactory)
-