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 StartupConfiguration Modifier and Type Method Description StartupConfiguration
BooterDeserializer. getProviderConfiguration()
static StartupConfiguration
StartupConfiguration. inForkedVm(java.lang.String providerClassName, ClasspathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration)
Methods in org.apache.maven.surefire.booter with parameters of type StartupConfiguration Modifier and Type Method Description static org.apache.maven.surefire.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 StartupConfiguration Constructor Description ProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, java.lang.ClassLoader testsClassLoader, java.lang.Object reporterManagerFactory)
-