Uses of Class
org.apache.maven.surefire.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) 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) 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, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream) private RunResultForkStarter.run(SurefireProperties effectiveSystemProperties) private RunResultForkStarter.run(SurefireProperties effectiveSystemProperties, Map<String, String> providerProperties) ForkStarter.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 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.booter
Methods in org.apache.maven.surefire.booter that return RunResultModifier and TypeMethodDescriptionForkingReporterFactory.close()static 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.providerapi
Methods in org.apache.maven.surefire.providerapi that return RunResult -
Uses of RunResult in org.apache.maven.surefire.report
Methods in org.apache.maven.surefire.report that return RunResultModifier and TypeMethodDescriptionReporterFactory.close()Closes the factory, freeing resources allocated in the factory.RunStatistics.getRunResult() -
Uses of RunResult in org.apache.maven.surefire.suite
Methods in org.apache.maven.surefire.suite that return RunResultModifier and TypeMethodDescriptionprivate static RunResultstatic RunResultstatic RunResultRunResult.noTestsRun()static RunResultMethods in org.apache.maven.surefire.suite with parameters of type RunResult -
Uses of RunResult in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng that return RunResult