Uses of Class
org.apache.maven.surefire.suite.RunResult
-
Packages that use RunResult Package Description org.apache.maven.plugin.failsafe Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.org.apache.maven.plugin.failsafe.util org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient org.apache.maven.plugin.surefire.report org.apache.maven.surefire.booter org.apache.maven.surefire.junit org.apache.maven.surefire.junit4 org.apache.maven.surefire.junitcore org.apache.maven.surefire.junitplatform org.apache.maven.surefire.providerapi org.apache.maven.surefire.report org.apache.maven.surefire.suite org.apache.maven.surefire.testng -
-
Uses of RunResult in org.apache.maven.plugin.failsafe
Methods in org.apache.maven.plugin.failsafe that return RunResult Modifier and Type Method Description private RunResult
VerifyMojo. readSummary(java.io.File summaryFile)
Methods in org.apache.maven.plugin.failsafe with parameters of type RunResult Modifier and Type Method Description protected void
IntegrationTestMojo. handleSummary(RunResult summary, java.lang.Exception firstForkException)
-
Uses of RunResult in org.apache.maven.plugin.failsafe.util
Methods in org.apache.maven.plugin.failsafe.util that return RunResult Modifier and Type Method Description static RunResult
FailsafeSummaryXmlUtils. toRunResult(java.io.File failsafeSummaryXml)
Methods in org.apache.maven.plugin.failsafe.util with parameters of type RunResult Modifier and Type Method Description static void
FailsafeSummaryXmlUtils. fromRunResultToFile(RunResult fromRunResult, java.io.File toFailsafeSummaryXml)
static void
FailsafeSummaryXmlUtils. writeSummary(RunResult mergedSummary, java.io.File mergedSummaryFile, boolean inProgress)
-
Uses of RunResult in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return RunResult Modifier and Type Method Description private RunResult
AbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper)
RunResult
InPluginVMSurefireStarter. runSuitesInProcess(DefaultScanResult scanResult)
Methods in org.apache.maven.plugin.surefire with parameters of type RunResult Modifier and Type Method Description private static java.lang.String
SurefireHelper. createErrorMessage(SurefireReportParameters reportParameters, RunResult result, java.lang.Exception firstForkException)
protected abstract void
AbstractSurefireMojo. handleSummary(RunResult summary, java.lang.Exception firstForkException)
protected void
SurefirePlugin. handleSummary(RunResult summary, java.lang.Exception firstForkException)
static void
SurefireHelper. reportExecution(SurefireReportParameters reportParameters, RunResult result, PluginConsoleLogger log, java.lang.Exception firstForkException)
private static void
SurefireHelper. throwException(SurefireReportParameters reportParameters, RunResult result, java.lang.Exception firstForkException)
-
Uses of RunResult in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return RunResult Modifier and Type Method Description private static RunResult
ForkStarter. awaitResultsDone(java.util.Collection<java.util.concurrent.Future<RunResult>> results, java.util.concurrent.ExecutorService executorService)
private RunResult
ForkStarter. fork(java.lang.Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream)
private RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties)
private RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties, java.util.Map<java.lang.String,java.lang.String> providerProperties)
RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult)
private RunResult
ForkStarter. runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProperties, int forkCount)
private RunResult
ForkStarter. runSuitesForkPerTestSet(SurefireProperties effectiveSystemProperties, int forkCount)
Method parameters in org.apache.maven.plugin.surefire.booterclient with type arguments of type RunResult Modifier and Type Method Description private static RunResult
ForkStarter. awaitResultsDone(java.util.Collection<java.util.concurrent.Future<RunResult>> results, java.util.concurrent.ExecutorService executorService)
-
Uses of RunResult in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report that return RunResult Modifier and Type Method Description RunResult
DefaultReporterFactory. close()
-
Uses of RunResult in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return RunResult Modifier and Type Method Description RunResult
ForkingReporterFactory. close()
RunResult
ProviderFactory.ProviderProxy. invoke(java.lang.Object forkTestSet)
static RunResult
ProviderFactory. invokeProvider(java.lang.Object testSet, java.lang.ClassLoader testsClassLoader, java.lang.Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfig, boolean restoreStreams)
Methods in org.apache.maven.surefire.booter with parameters of type RunResult Modifier and Type Method Description private static java.lang.String
SurefireBooterForkException. toString(java.lang.String message, java.lang.String rethrownMessage, java.lang.Throwable rethrownCause, RunResult runResult)
private static java.lang.String
SurefireBooterForkException. toString(RunResult runResult)
Constructors in org.apache.maven.surefire.booter with parameters of type RunResult Constructor Description SurefireBooterForkException(java.lang.String message, java.lang.String rethrownMessage, java.lang.Throwable rethrownCause, RunResult runResult)
SurefireBooterForkException(java.lang.String message, RunResult runResult)
-
Uses of RunResult in org.apache.maven.surefire.junit
Methods in org.apache.maven.surefire.junit that return RunResult Modifier and Type Method Description RunResult
JUnit3Provider. invoke(java.lang.Object forkTestSet)
-
Uses of RunResult in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 that return RunResult Modifier and Type Method Description RunResult
JUnit4Provider. invoke(java.lang.Object forkTestSet)
-
Uses of RunResult in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return RunResult Modifier and Type Method Description RunResult
JUnitCoreProvider. invoke(java.lang.Object forkTestSet)
-
Uses of RunResult in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform that return RunResult Modifier and Type Method Description RunResult
JUnitPlatformProvider. invoke(java.lang.Object forkTestSet)
-
Uses of RunResult in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return RunResult Modifier and Type Method Description RunResult
SurefireProvider. invoke(java.lang.Object forkTestSet)
Runs a forked test -
Uses of RunResult in org.apache.maven.surefire.report
Methods in org.apache.maven.surefire.report that return RunResult Modifier and Type Method Description RunResult
ReporterFactory. close()
Closes the factory, freeing resources allocated in the factory.RunResult
RunStatistics. getRunResult()
-
Uses of RunResult in org.apache.maven.surefire.suite
Methods in org.apache.maven.surefire.suite that return RunResult Modifier and Type Method Description RunResult
RunResult. aggregate(RunResult other)
private static RunResult
RunResult. errorCode(RunResult other, java.lang.String failure, boolean timeout)
static RunResult
RunResult. failure(RunResult accumulatedAtTimeout, java.lang.Exception cause)
static RunResult
RunResult. noTestsRun()
static RunResult
RunResult. timeout(RunResult accumulatedAtTimeout)
Methods in org.apache.maven.surefire.suite with parameters of type RunResult Modifier and Type Method Description RunResult
RunResult. aggregate(RunResult other)
private static RunResult
RunResult. errorCode(RunResult other, java.lang.String failure, boolean timeout)
static RunResult
RunResult. failure(RunResult accumulatedAtTimeout, java.lang.Exception cause)
static RunResult
RunResult. timeout(RunResult accumulatedAtTimeout)
-
Uses of RunResult in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng that return RunResult Modifier and Type Method Description RunResult
TestNGProvider. invoke(java.lang.Object forkTestSet)
-