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 StringSurefireHelper.createErrorMessage(SurefireReportParameters reportParameters, RunResult result, Exception firstForkException) private static booleanSurefireHelper.failIfNoTests(SurefireReportParameters reportParameters) static voidSurefireHelper.reportExecution(SurefireReportParameters reportParameters, RunResult result, PluginConsoleLogger log, Exception firstForkException) private static voidSurefireHelper.throwException(SurefireReportParameters reportParameters, RunResult result, Exception firstForkException)