Uses of Class
org.apache.maven.surefire.booter.StartupConfiguration
-
Uses of StartupConfiguration in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return StartupConfigurationModifier and TypeMethodDescriptionBooterDeserializer.getProviderConfiguration()static StartupConfigurationStartupConfiguration.inForkedVm(String providerClassName, ClasspathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration) Methods in org.apache.maven.surefire.booter with parameters of type StartupConfigurationModifier and TypeMethodDescriptionstatic org.apache.maven.surefire.suite.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)