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 voidIntegrationTestMojo.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 RunResultFailsafeSummaryXmlUtils.toRunResult(File failsafeSummaryXml) Methods in org.apache.maven.plugin.failsafe.util with parameters of type RunResultModifier and TypeMethodDescriptionstatic voidFailsafeSummaryXmlUtils.fromRunResultToFile(RunResult fromRunResult, File toFailsafeSummaryXml) static voidFailsafeSummaryXmlUtils.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 RunResultAbstractSurefireMojo.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 StringSurefireHelper.createErrorMessage(SurefireReportParameters reportParameters, RunResult result, Exception firstForkException) protected abstract voidAbstractSurefireMojo.handleSummary(RunResult summary, Exception firstForkException) protected voidSurefirePlugin.handleSummary(RunResult summary, Exception firstForkException) private static booleanSurefireHelper.isTooFlaky(RunResult result, SurefireReportParameters reportParameters) static voidSurefireHelper.reportExecution(SurefireReportParameters reportParameters, RunResult result, PluginConsoleLogger log, Exception firstForkException) private static voidSurefireHelper.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 RunResultForkStarter.awaitResultsDone(Collection<Future<RunResult>> results, ExecutorService executorService) private RunResultForkStarter.fork(Object testSet, PropertiesWrapper providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractCommandReader commandReader, ForkNodeFactory forkNodeFactory, boolean readTestsFromInStream) private RunResultForkStarter.run(SurefireProperties effectiveSystemProperties) private RunResultForkStarter.run(SurefireProperties effectiveSystemProps, Map<String, String> providerProperties) ForkStarter.run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult) private RunResultForkStarter.runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProps, int forkCount) private RunResultForkStarter.runSuitesForkPerTestSet(SurefireProperties effectiveSystemProps, int forkCount) Method parameters in org.apache.maven.plugin.surefire.booterclient with type arguments of type RunResultModifier and TypeMethodDescriptionprivate static RunResultForkStarter.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 RunResultstatic RunResultstatic RunResultRunResult.noTestsRun()static RunResultMethods 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 RunResultProviderFactory.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 StringSurefireBooterForkException.toString(String message, String rethrownMessage, Throwable rethrownCause, RunResult runResult) private static StringConstructors 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