Uses of Class
org.apache.maven.surefire.api.suite.RunResult
Packages that use RunResult
Package
Description
Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.
-
Uses of RunResult in org.apache.maven.plugin.failsafe
Methods in org.apache.maven.plugin.failsafe that return RunResultMethods in org.apache.maven.plugin.failsafe with parameters of type RunResultModifier and TypeMethodDescriptionprotected void
IntegrationTestMojo.handleSummary
(RunResult summary, Exception firstForkException) -
Uses of RunResult in org.apache.maven.plugin.failsafe.util
Methods in org.apache.maven.plugin.failsafe.util that return RunResultModifier and TypeMethodDescriptionstatic RunResult
FailsafeSummaryXmlUtils.toRunResult
(File failsafeSummaryXml) Methods in org.apache.maven.plugin.failsafe.util with parameters of type RunResultModifier and TypeMethodDescriptionstatic void
FailsafeSummaryXmlUtils.fromRunResultToFile
(RunResult fromRunResult, File toFailsafeSummaryXml) static void
FailsafeSummaryXmlUtils.writeSummary
(RunResult mergedSummary, File mergedSummaryFile, boolean inProgress) -
Uses of RunResult in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return RunResultModifier and TypeMethodDescriptionprivate RunResult
AbstractSurefireMojo.executeProvider
(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) InPluginVMSurefireStarter.runSuitesInProcess
(DefaultScanResult scanResult) Methods in org.apache.maven.plugin.surefire with parameters of type RunResultModifier and TypeMethodDescriptionprivate static String
SurefireHelper.createErrorMessage
(SurefireReportParameters reportParameters, RunResult result, Exception firstForkException) protected abstract void
AbstractSurefireMojo.handleSummary
(RunResult summary, Exception firstForkException) protected void
SurefirePlugin.handleSummary
(RunResult summary, Exception firstForkException) private static boolean
SurefireHelper.isTooFlaky
(RunResult result, SurefireReportParameters reportParameters) static void
SurefireHelper.reportExecution
(SurefireReportParameters reportParameters, RunResult result, PluginConsoleLogger log, Exception firstForkException) private static void
SurefireHelper.throwException
(SurefireReportParameters reportParameters, RunResult result, Exception firstForkException) -
Uses of RunResult in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return RunResultModifier and TypeMethodDescriptionprivate static RunResult
ForkStarter.awaitResultsDone
(Collection<Future<RunResult>> results, ExecutorService executorService) private RunResult
ForkStarter.fork
(Object testSet, PropertiesWrapper providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractCommandReader commandReader, ForkNodeFactory forkNodeFactory, boolean readTestsFromInStream) private RunResult
ForkStarter.run
(SurefireProperties effectiveSystemProperties) private RunResult
ForkStarter.run
(SurefireProperties effectiveSystemProps, Map<String, String> providerProperties) ForkStarter.run
(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult) private RunResult
ForkStarter.runSuitesForkOnceMultiple
(SurefireProperties effectiveSystemProps, int forkCount) private RunResult
ForkStarter.runSuitesForkPerTestSet
(SurefireProperties effectiveSystemProps, int forkCount) Method parameters in org.apache.maven.plugin.surefire.booterclient with type arguments of type RunResultModifier and TypeMethodDescriptionprivate static RunResult
ForkStarter.awaitResultsDone
(Collection<Future<RunResult>> results, ExecutorService executorService) -
Uses of RunResult in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report that return RunResult -
Uses of RunResult in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter that return RunResult -
Uses of RunResult in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return RunResult -
Uses of RunResult in org.apache.maven.surefire.api.report
Methods in org.apache.maven.surefire.api.report that return RunResult -
Uses of RunResult in org.apache.maven.surefire.api.suite
Methods in org.apache.maven.surefire.api.suite that return RunResultModifier and TypeMethodDescriptionprivate static RunResult
static RunResult
static RunResult
RunResult.noTestsRun()
static RunResult
Methods in org.apache.maven.surefire.api.suite with parameters of type RunResult -
Uses of RunResult in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return RunResultModifier and TypeMethodDescriptionstatic RunResult
ProviderFactory.invokeProvider
(Object testSet, ClassLoader testsClassLoader, Object factory, ProviderConfiguration providerConfiguration, boolean insideFork, StartupConfiguration startupConfig, boolean restoreStreams) Methods in org.apache.maven.surefire.booter with parameters of type RunResultModifier and TypeMethodDescriptionprivate static String
SurefireBooterForkException.toString
(String message, String rethrownMessage, Throwable rethrownCause, RunResult runResult) private static String
Constructors in org.apache.maven.surefire.booter with parameters of type RunResultModifierConstructorDescriptionSurefireBooterForkException
(String message, String rethrownMessage, Throwable rethrownCause, RunResult runResult) SurefireBooterForkException
(String message, RunResult runResult) -
Uses of RunResult in org.apache.maven.surefire.junit
Methods in org.apache.maven.surefire.junit that return RunResult -
Uses of RunResult in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 that return RunResult -
Uses of RunResult in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return RunResult -
Uses of RunResult in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform that return RunResult -
Uses of RunResult in org.apache.maven.surefire.report
Methods in org.apache.maven.surefire.report that return RunResult -
Uses of RunResult in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng that return RunResult