Uses of Class
org.apache.maven.surefire.booter.SurefireExecutionException
-
Packages that use SurefireExecutionException Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient org.apache.maven.surefire.booter -
-
Uses of SurefireExecutionException in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that throw SurefireExecutionException Modifier and Type Method Description private RunResult
AbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult)
RunResult
InPluginVMSurefireStarter. runSuitesInProcess(DefaultScanResult scanResult)
-
Uses of SurefireExecutionException in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that throw SurefireExecutionException Modifier and Type Method Description RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult)
-
Uses of SurefireExecutionException in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that throw SurefireExecutionException Modifier and Type Method Description java.lang.ClassLoader
Classpath. createClassLoader(boolean childDelegation, boolean enableAssertions, java.lang.String roleName)
java.lang.ClassLoader
AbstractPathConfiguration. createMergedClassLoader()
private RunResult
ForkedBooter. runSuitesInProcess()
private void
ForkedBooter. setupBooter(java.lang.String tmpDir, java.lang.String dumpFileName, java.lang.String surefirePropsFileName, java.lang.String effectiveSystemPropertiesFileName)
void
ClasspathConfiguration. trickClassPathWhenManifestOnlyClasspath()
-