Uses of Interface
org.apache.maven.plugin.surefire.SurefireReportParameters
Packages that use SurefireReportParameters
Package
Description
Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.
-
Uses of SurefireReportParameters in org.apache.maven.plugin.failsafe
Classes in org.apache.maven.plugin.failsafe that implement SurefireReportParameters -
Uses of SurefireReportParameters in org.apache.maven.plugin.surefire
Classes in org.apache.maven.plugin.surefire that implement SurefireReportParametersMethods in org.apache.maven.plugin.surefire with parameters of type SurefireReportParametersModifier and TypeMethodDescriptionprivate static String
SurefireHelper.createErrorMessage
(SurefireReportParameters reportParameters, RunResult result, Exception firstForkException) private static boolean
SurefireHelper.failIfNoTests
(SurefireReportParameters reportParameters) 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)