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 RunResultVerifyMojo. readSummary(java.io.File summaryFile)Methods in org.apache.maven.plugin.failsafe with parameters of type RunResult Modifier and Type Method Description protected voidIntegrationTestMojo. 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 RunResultFailsafeSummaryXmlUtils. toRunResult(java.io.File failsafeSummaryXml)Methods in org.apache.maven.plugin.failsafe.util with parameters of type RunResult Modifier and Type Method Description static voidFailsafeSummaryXmlUtils. fromRunResultToFile(RunResult fromRunResult, java.io.File toFailsafeSummaryXml)static voidFailsafeSummaryXmlUtils. 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 RunResultAbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper)RunResultInPluginVMSurefireStarter. runSuitesInProcess(DefaultScanResult scanResult)Methods in org.apache.maven.plugin.surefire with parameters of type RunResult Modifier and Type Method Description private static java.lang.StringSurefireHelper. createErrorMessage(SurefireReportParameters reportParameters, RunResult result, java.lang.Exception firstForkException)protected abstract voidAbstractSurefireMojo. handleSummary(RunResult summary, java.lang.Exception firstForkException)protected voidSurefirePlugin. handleSummary(RunResult summary, java.lang.Exception firstForkException)static voidSurefireHelper. reportExecution(SurefireReportParameters reportParameters, RunResult result, PluginConsoleLogger log, java.lang.Exception firstForkException)private static voidSurefireHelper. 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 RunResultForkStarter. awaitResultsDone(java.util.Collection<java.util.concurrent.Future<RunResult>> results, java.util.concurrent.ExecutorService executorService)private RunResultForkStarter. fork(java.lang.Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream)private RunResultForkStarter. run(SurefireProperties effectiveSystemProperties)private RunResultForkStarter. run(SurefireProperties effectiveSystemProperties, java.util.Map<java.lang.String,java.lang.String> providerProperties)RunResultForkStarter. run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult)private RunResultForkStarter. runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProperties, int forkCount)private RunResultForkStarter. 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 RunResultForkStarter. 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 RunResultDefaultReporterFactory. 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 RunResultForkingReporterFactory. close()RunResultProviderFactory.ProviderProxy. invoke(java.lang.Object forkTestSet)static RunResultProviderFactory. 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.StringSurefireBooterForkException. toString(java.lang.String message, java.lang.String rethrownMessage, java.lang.Throwable rethrownCause, RunResult runResult)private static java.lang.StringSurefireBooterForkException. 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 RunResultJUnit3Provider. 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 RunResultJUnit4Provider. 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 RunResultJUnitCoreProvider. 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 RunResultJUnitPlatformProvider. 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 RunResultSurefireProvider. 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 RunResultReporterFactory. close()Closes the factory, freeing resources allocated in the factory.RunResultRunStatistics. 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 RunResultRunResult. aggregate(RunResult other)private static RunResultRunResult. errorCode(RunResult other, java.lang.String failure, boolean timeout)static RunResultRunResult. failure(RunResult accumulatedAtTimeout, java.lang.Exception cause)static RunResultRunResult. noTestsRun()static RunResultRunResult. timeout(RunResult accumulatedAtTimeout)Methods in org.apache.maven.surefire.suite with parameters of type RunResult Modifier and Type Method Description RunResultRunResult. aggregate(RunResult other)private static RunResultRunResult. errorCode(RunResult other, java.lang.String failure, boolean timeout)static RunResultRunResult. failure(RunResult accumulatedAtTimeout, java.lang.Exception cause)static RunResultRunResult. 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 RunResultTestNGProvider. invoke(java.lang.Object forkTestSet)
-