Uses of Class
org.apache.maven.surefire.booter.StartupConfiguration
Packages that use StartupConfiguration
- 
Uses of StartupConfiguration in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return StartupConfigurationModifier and TypeMethodDescriptionBooterDeserializer.getStartupConfiguration()static StartupConfigurationStartupConfiguration.inForkedVm(String providerClassName, ClasspathConfiguration classpathConfig, ClassLoaderConfiguration classLoaderConfig, ProcessCheckerType processChecker) Methods in org.apache.maven.surefire.booter with parameters of type StartupConfigurationModifier and TypeMethodDescriptionstatic RunResultProviderFactory.invokeProvider(Object testSet, ClassLoader testsClassLoader, Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfig, boolean restoreStreams) Constructors in org.apache.maven.surefire.booter with parameters of type StartupConfigurationModifierConstructorDescriptionProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, ClassLoader testsClassLoader, Object reporterManagerFactory)