A B C D E F G H I J L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractSurefireReport - Class in org.apache.maven.plugins.surefire.report
-
Abstract base class for reporting test results using Surefire.
- AbstractSurefireReport(I18N) - Constructor for class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- AbstractSurefireReport.CustomI18N - Class in org.apache.maven.plugins.surefire.report
- addPluginSpecificChecksumItems(ChecksumCalculator) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- addPluginSpecificChecksumItems(ChecksumCalculator) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- aggregate - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Whether to build an aggregated report at the root, or build individual reports.
- alwaysGenerateFailsafeReport - Variable in class org.apache.maven.plugins.surefire.report.FailsafeOnlyReport
-
If set to true the failsafe report will be generated even when there are no failsafe result files.
- alwaysGenerateSurefireReport - Variable in class org.apache.maven.plugins.surefire.report.SurefireReport
-
If set to true, the surefire report will be generated even when there are no surefire result files.
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
B
- basedir - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
The base directory of the project being tested.
- bufferSize(CharSequence) - Static method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- build() - Method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- build() - Method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- build() - Method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- bundle - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- bundleName - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
C
- canGenerateReport() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- classesDirectory - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
The path representing project JAR file, if exists; Otherwise the directory containing generated classes of the project being tested.
- classesDirectory - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
The directory containing generated classes of the project being tested.
- cli - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
- commandLineOptions() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- consoleLogger - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
- constructHotLinks() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- constructTestCaseSection(ReportTestCase) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- createAnsiBuilder(CharSequence) - Static method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- customBundle - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Path for a custom bundle instead of using the default one.
- CustomI18N(MavenProject, Settings, File, Locale, I18N) - Constructor for class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
D
- debug(CharSequence, Throwable) - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- debug(String) - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- debugForkedProcess - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Attach a debugger to the forked JVM.
- debugForkedProcess - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Attach a debugger to the forked JVM.
- DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- defaultClassesDirectory - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- detail - Variable in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
-
If
true
, display all settable properties for each goal. - detail - Variable in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
-
If
true
, display all settable properties for each goal. - detail - Variable in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
-
If
true
, display all settable properties for each goal.
E
- enableProcessChecker - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Since 3.0.0-M4 the process checkers are disabled.
- enableProcessChecker - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Since 3.0.0-M4 the process checkers are disabled.
- encoding - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
The character encoding scheme to be applied while generating test report files (see target/surefire-reports/yourTestName.txt).
- encoding - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Deprecated.since 2.20.1
- encoding - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
The character encoding scheme to be applied while generating test report files (see target/surefire-reports/yourTestName.txt).
- error(String) - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- error(String, Throwable) - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- error(Throwable) - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- excludedEnvironmentVariables - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
You can selectively exclude individual environment variables by enumerating their keys.
- excludedEnvironmentVariables - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
You can selectively exclude individual environment variables by enumerating their keys.
- excludeJUnit5Engines - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Provide the ID/s of an JUnit engine to be excluded in the test run.
- excludeJUnit5Engines - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Provide the ID/s of an JUnit engine to be excluded in the test run.
- excludes - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
A list of <exclude> elements specifying the tests (by pattern) that should be excluded in testing.
- excludes - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
A list of <exclude> elements specifying the tests (by pattern) that should be excluded in testing.
- excludesFile - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
A file containing exclude patterns, each in a next line.
- excludesFile - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
A file containing exclude patterns.
- execute() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- execute() - Method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- execute() - Method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- execute() - Method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- executeReport(Locale) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- existsSummary() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- existsSummaryFile() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- existsSummaryFiles() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
F
- failIfNoSpecifiedTests - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Set this to "false" to prevent a failure if none of the tests specified in -Dit.test=...
- failIfNoSpecifiedTests - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Set this to "true" to cause a failure if none of the tests specified in -Dtest=...
- failIfNoSpecifiedTestsDeprecated - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Deprecated.Since 3.0.0-M8, use "failsafe.failIfNoSpecifiedTests" instead.
- failIfNoTests - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Set this to "true" to cause a failure if there are no tests to run.
- failOnFlakeCount - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Set this to a value greater than 0 to fail the whole test set if the cumulative number of flakes reaches this threshold.
- failOnFlakeCount - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Set this to a value greater than 0 to fail the whole test set if the cumulative number of flakes reaches this threshold.
- FAILSAFE_IN_PROGRESS_CONTEXT_KEY - Static variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- FAILSAFE_SUMMARY_XML_SCHEMA_LOCATION - Static variable in class org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils
- FAILSAFE_SUMMARY_XML_TEMPLATE - Static variable in class org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils
- FailsafeOnlyReport - Class in org.apache.maven.plugins.surefire.report
-
Creates a nicely formatted Failsafe Test Report in html format.
- FailsafeOnlyReport(I18N) - Constructor for class org.apache.maven.plugins.surefire.report.FailsafeOnlyReport
- FailsafeSummaryXmlUtils - Class in org.apache.maven.plugin.failsafe.util
- FailsafeSummaryXmlUtils() - Constructor for class org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils
- findNamedChild(Node, String) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- findNamedChild(Node, String) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- findNamedChild(Node, String) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- findSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- findSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- findSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- forkedProcessExitTimeoutInSeconds - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Forked process is normally terminated without any significant delay after given tests have completed.
- forkedProcessExitTimeoutInSeconds - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Forked process is normally terminated without any significant delay after given tests have completed.
- forkedProcessTimeoutInSeconds - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Kill the forked test process after a certain number of seconds.
- forkedProcessTimeoutInSeconds - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Kill the forked test process after a certain number of seconds.
- forkNode - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
This parameter configures the forked node.
- forkNode - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
This parameter configures the forked node.
- format(String, Object) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- format(String, Object, Object) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- format(String, Locale, String, Object) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- format(String, Locale, String, Object[]) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- format(String, Locale, String, Object, Object) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- formatI18nString(String, String, Object...) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- fromRunResultToFile(RunResult, File) - Static method in class org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils
G
- getBasedir() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getBasedir() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getBasedir() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getBooterForkException(RunResult) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getBundle() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getBundle(String) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getBundle(String, String) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getBundle(String, Locale) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getBundleNames() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getConsoleLogger() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getConsoleLogger() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getDebugForkedProcess() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getDebugForkedProcess() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getDefaultBundleName() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getDefaultCountry() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getDefaultIncludes() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getDefaultIncludes() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getDefaultIncludes() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getDefaultLanguage() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getDescription(Locale) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getEnableProcessChecker() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getEnableProcessChecker() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getEncoding() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getEncoding() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getExcludedEnvironmentVariables() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getExcludedEnvironmentVariables() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getExcludeJUnit5Engines() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getExcludeJUnit5Engines() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getExcludes() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getExcludes() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getExcludesFile() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getExcludesFile() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getFailIfNoSpecifiedTests() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getFailIfNoSpecifiedTests() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getFailIfNoTests() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getFailOnFlakeCount() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getFailOnFlakeCount() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getForkedProcessExitTimeoutInSeconds() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getForkedProcessExitTimeoutInSeconds() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getForkedProcessTimeoutInSeconds() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getForkedProcessTimeoutInSeconds() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getForkNode() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getForkNode() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getI18N(Locale) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getI18nSection() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- getI18Nsection() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getI18Nsection() - Method in class org.apache.maven.plugins.surefire.report.FailsafeOnlyReport
- getI18Nsection() - Method in class org.apache.maven.plugins.surefire.report.SurefireReport
- getI18nString(String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- getI18nString(String, String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- getI18nString(Locale, String) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getIncludeJUnit5Engines() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getIncludeJUnit5Engines() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getIncludes() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getIncludes() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getIncludesFile() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getIncludesFile() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getIndentLevel(String) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
-
Gets the indentation level of the specified line.
- getIndentLevel(String) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
-
Gets the indentation level of the specified line.
- getIndentLevel(String) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
-
Gets the indentation level of the specified line.
- getLocale(String) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getMainBuildPath() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getMainBuildPath() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getName(Locale) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getOutputName() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getOutputName() - Method in class org.apache.maven.plugins.surefire.report.FailsafeOnlyReport
- getOutputName() - Method in class org.apache.maven.plugins.surefire.report.SurefireReport
- getParallelTestsTimeoutForcedInSeconds() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getParallelTestsTimeoutForcedInSeconds() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getParallelTestsTimeoutInSeconds() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getParallelTestsTimeoutInSeconds() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getPluginName() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getPluginName() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getPluginName() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getProject() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getProjectsWithoutRoot() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getPropertyFromExpression(String) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- getPropertyFromExpression(String) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- getPropertyFromExpression(String) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- getReactorProjects() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getReportFormat() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getReportFormat() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getReportSchemaLocation() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getReportSchemaLocation() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getReportsDirectories() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- getReportsDirectory() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getReportsDirectory() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getReportsDirectory() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getRerunFailingTestsCount() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getRerunFailingTestsCount() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getRunOrder() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getRunOrder() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getRunOrderRandomSeed() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getRunOrderRandomSeed() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getSession() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getShutdown() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getShutdown() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- getSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- getSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- getSkipAfterFailureCount() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getSkipAfterFailureCount() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getString(String) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getString(String, Locale) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getString(String, Locale, String) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getStringOrNull(ResourceBundle, String) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- getSuiteXmlFiles() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getSuiteXmlFiles() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getSummaryFile() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getSummaryFile() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getSurefireReportsDirectory(MavenProject) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Gets the default surefire reports directory for the specified project.
- getSurefireReportsDirectory(MavenProject) - Method in class org.apache.maven.plugins.surefire.report.FailsafeOnlyReport
- getSurefireReportsDirectory(MavenProject) - Method in class org.apache.maven.plugins.surefire.report.SurefireReport
- getSystemPropertiesFile() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getSystemPropertiesFile() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getTest() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getTest() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getTestClassesDirectory() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- getTestClassesDirectory() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- getTestClassesDirectory() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- getTitle() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- getValue(Node, String) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- getValue(Node, String) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- getValue(Node, String) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- goal - Variable in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
-
The name of the goal for which to show help.
- goal - Variable in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
-
The name of the goal for which to show help.
- goal - Variable in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
-
The name of the goal for which to show help.
H
- handleSummary(RunResult, Exception) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- handleSummary(RunResult, Exception) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- hasSuiteXmlFiles() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- hasSuiteXmlFiles() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- HelpMojo - Class in org.apache.maven.plugins.maven_failsafe_plugin
-
Display help information on maven-failsafe-plugin.
Callmvn failsafe:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo - Class in org.apache.maven.plugins.maven_surefire_plugin
-
Display help information on maven-surefire-plugin.
Callmvn surefire:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo - Class in org.apache.maven.plugins.maven_surefire_report_plugin
-
Display help information on maven-surefire-report-plugin.
Callmvn surefire-report:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- HelpMojo() - Constructor for class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- HelpMojo() - Constructor for class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
I
- i18n - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Internationalization component
- i18n - Variable in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- i18nOriginal - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- i18nSection - Variable in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- includeJUnit5Engines - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Provide the ID/s of an JUnit engine to be included in the test run.
- includeJUnit5Engines - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Provide the ID/s of an JUnit engine to be included in the test run.
- includes - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- includes - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
- includesFile - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
A file containing include patterns, each in a next line.
- includesFile - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
A file containing include patterns.
- indentSize - Variable in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
-
The number of spaces per indentation level, should be positive.
- indentSize - Variable in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
-
The number of spaces per indentation level, should be positive.
- indentSize - Variable in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
-
The number of spaces per indentation level, should be positive.
- info(String) - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- IntegrationTestMojo - Class in org.apache.maven.plugin.failsafe
-
Run integration tests using Surefire.
- IntegrationTestMojo() - Constructor for class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isDebugEnabled() - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- isErrorEnabled() - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- isGeneratedWhenNoResults() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Whether the report should be generated when there are no test results.
- isGeneratedWhenNoResults() - Method in class org.apache.maven.plugins.surefire.report.FailsafeOnlyReport
- isGeneratedWhenNoResults() - Method in class org.apache.maven.plugins.surefire.report.SurefireReport
- isInfoEnabled() - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- isJarArtifact(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isNotEmpty(String) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- isNotEmpty(String) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- isNotEmpty(String) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- isPrintSummary() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isPrintSummary() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- isSkip() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isSkip() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- isSkip() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- isSkipExec() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Deprecated.
- isSkipExec() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Deprecated.
- isSkipExec() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
-
Deprecated.
- isSkipExecution() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isSkipExecution() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- isSkipITs() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isSkipITs() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- isSkipped() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Whether the report should be generated or not.
- isSkipped() - Method in class org.apache.maven.plugins.surefire.report.FailsafeOnlyReport
- isSkipped() - Method in class org.apache.maven.plugins.surefire.report.SurefireReport
- isSkipTests() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isSkipTests() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- isSkipTests() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- isTestFailureIgnore() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isTestFailureIgnore() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- isTestFailureIgnore() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- isUseFile() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isUseFile() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- isUseManifestOnlyJar() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isUseManifestOnlyJar() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- isUseSystemClassLoader() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- isUseSystemClassLoader() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- isWarnEnabled() - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
J
- javascriptToggleDisplayCode() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
L
- lineLength - Variable in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
-
The maximum length of a display line, should be positive.
- lineLength - Variable in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
-
The maximum length of a display line, should be positive.
- lineLength - Variable in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
-
The maximum length of a display line, should be positive.
- linkXRef - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Link the violation line numbers to the (Test) Source XRef.
- locale - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- locale - Variable in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- logDebugOrCliShowErrors(String) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- logger - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
M
- MESSAGE_ELEMENT - Static variable in class org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils
- MESSAGE_NIL_ELEMENT - Static variable in class org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils
- mojoLogger - Variable in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
N
- NO_ARGS - Static variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
O
- org.apache.maven.plugin.failsafe - package org.apache.maven.plugin.failsafe
-
Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.
- org.apache.maven.plugin.failsafe.util - package org.apache.maven.plugin.failsafe.util
- org.apache.maven.plugin.surefire - package org.apache.maven.plugin.surefire
- org.apache.maven.plugins.maven_failsafe_plugin - package org.apache.maven.plugins.maven_failsafe_plugin
- org.apache.maven.plugins.maven_surefire_plugin - package org.apache.maven.plugins.maven_surefire_plugin
- org.apache.maven.plugins.maven_surefire_report_plugin - package org.apache.maven.plugins.maven_surefire_report_plugin
- org.apache.maven.plugins.surefire.report - package org.apache.maven.plugins.surefire.report
- outputName - Variable in class org.apache.maven.plugins.surefire.report.FailsafeOnlyReport
-
The filename to use for the report.
- outputName - Variable in class org.apache.maven.plugins.surefire.report.SurefireReport
-
The filename to use for the report.
P
- parallelTestsTimeoutForcedInSeconds - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Stop executing queued parallel JUnit tests and interrupt currently running tests after a certain number of seconds.
- parallelTestsTimeoutForcedInSeconds - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Stop executing queued parallel JUnit tests and
interrupt
currently running tests after a certain number of seconds. - parallelTestsTimeoutInSeconds - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Stop executing queued parallel JUnit tests after a certain number of seconds.
- parallelTestsTimeoutInSeconds - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Stop executing queued parallel JUnit tests after a certain number of seconds.
- parser - Variable in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- PluginConsoleLogger - Class in org.apache.maven.plugins.surefire.report
-
Wrapper logger of miscellaneous implementations of
Log
. - PluginConsoleLogger(Log) - Constructor for class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- printSummary - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Option to print summary of test suites or just print the test cases that have errors.
- printSummary - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Option to print summary of test suites or just print the test cases that have errors.
- project - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
R
- readSummary(File) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- renderBody() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- renderSectionFailureDetails() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- renderSectionPackages() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- renderSectionSummary() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- renderSectionTestCases() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- renderSectionTestSuite(ReportTestSuite) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- repeat(String, int) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
-
Repeat a String
n
times to form a new string. - repeat(String, int) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
-
Repeat a String
n
times to form a new string. - repeat(String, int) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
-
Repeat a String
n
times to form a new string. - reportFormat - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Selects the formatting for the test report to be generated.
- reportFormat - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Selects the formatting for the test report to be generated.
- reportsDirectories - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Directories containing the XML Report files that will be parsed and rendered to HTML format.
- reportsDirectory - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Base directory where all reports are written to.
- reportsDirectory - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Base directory where all reports are written to.
- reportsDirectory - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Base directory where all reports are written to.
- reportsDirectory - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Deprecated.
- rerunFailingTestsCount - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
(JUnit 4+ providers and JUnit 5+ providers since 3.0.0-M4) The number of times each failing test will be rerun.
- rerunFailingTestsCount - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
(JUnit 4+ providers and JUnit 5+ providers since 3.0.0-M4) The number of times each failing test will be rerun.
- resolvedReportsDirectories - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
- runOrder - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Defines the order the tests will be run in.
- runOrder - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Defines the order the tests will be run in.
- runOrderRandomSeed - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Sets the random seed that will be used to order the tests if
failsafe.runOrder
is set torandom
. - runOrderRandomSeed - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Sets the random seed that will be used to order the tests if
surefire.runOrder
is set torandom
.
S
- session - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
The current build session instance.
- setBasedir(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setBasedir(File) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setBasedir(File) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setDebugForkedProcess(String) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setDebugForkedProcess(String) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setDefaultClassesDirectory(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setEncoding(String) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setEncoding(String) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setExcludedEnvironmentVariables(String[]) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setExcludedEnvironmentVariables(String[]) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setExcludeJUnit5Engines(String[]) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setExcludeJUnit5Engines(String[]) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setExcludes(List<String>) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setExcludes(List<String>) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setFailIfNoSpecifiedTests(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setFailIfNoSpecifiedTests(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setFailIfNoTests(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setFailOnFlakeCount(int) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setFailOnFlakeCount(int) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setForkedProcessExitTimeoutInSeconds(int) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setForkedProcessExitTimeoutInSeconds(int) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setForkedProcessTimeoutInSeconds(int) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setForkedProcessTimeoutInSeconds(int) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setIncludeJUnit5Engines(String[]) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setIncludeJUnit5Engines(String[]) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setIncludes(List<String>) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setIncludes(List<String>) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setMainBuildPath(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setMainBuildPath(File) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setParallelTestsTimeoutForcedInSeconds(double) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setParallelTestsTimeoutForcedInSeconds(double) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setParallelTestsTimeoutInSeconds(double) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setParallelTestsTimeoutInSeconds(double) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setPrintSummary(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setPrintSummary(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setReportFormat(String) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setReportFormat(String) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setReportsDirectory(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setReportsDirectory(File) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setReportsDirectory(File) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setRunOrder(String) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setRunOrder(String) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setRunOrderRandomSeed(Long) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setRunOrderRandomSeed(Long) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setSession(MavenSession) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setSkip(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setSkip(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setSkip(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setSkipExec(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Deprecated.
- setSkipExec(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Deprecated.
- setSkipExec(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
-
Deprecated.
- setSkipITs(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setSkipITs(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setSkipTests(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Deprecated.
- setSkipTests(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setSkipTests(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setSuiteXmlFiles(File[]) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setSuiteXmlFiles(File[]) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setSummaryFile(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setSummaryFile(File) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setSystemPropertiesFile(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setSystemPropertiesFile(File) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setTest(String) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setTest(String) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setTestClassesDirectory(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setTestClassesDirectory(File) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setTestClassesDirectory(File) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setTestFailureIgnore(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setTestFailureIgnore(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
- setTestFailureIgnore(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- settings - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- settings - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
The current user system settings for use in Maven.
- setUseFile(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setUseFile(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setUseManifestOnlyJar(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setUseManifestOnlyJar(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setUseModulePath(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setUseModulePath(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- setUseSystemClassLoader(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- setUseSystemClassLoader(boolean) - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- showSuccess - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
If set to false, only failures are shown.
- showSuccess - Variable in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- shutdown - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
After the plugin process is shutdown by sending SIGTERM signal (CTRL+C), SHUTDOWN command is received by every forked JVM.
- shutdown - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
After the plugin process is shutdown by sending SIGTERM signal (CTRL+C), SHUTDOWN command is received by every forked JVM.
- sinkAnchor(String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- sinkCellAnchor(String, String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- sinkIcon(String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- sinkLink(String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- sinkLink_() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- skip - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Set this to 'true' to bypass unit tests entirely.
- skipAfterFailureCount - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Set to error/failure count in order to skip remaining tests.
- skipAfterFailureCount - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Set to error/failure count in order to skip remaining tests.
- skipExec - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Deprecated.Use -DskipTests instead.
- skipFailsafeReport - Variable in class org.apache.maven.plugins.surefire.report.FailsafeOnlyReport
-
If set to true the failsafe report generation will be skipped.
- skipITs - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Set this to "true" to skip running integration tests, but still compile them.
- skipITs - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Set this to 'true' to skip running integration tests, but still compile them.
- skipSurefireReport - Variable in class org.apache.maven.plugins.surefire.report.SurefireReport
-
If set to true, the surefire report generation will be skipped.
- skipTests - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Set this to 'true' to skip running tests, but still compile them.
- suiteXmlFiles - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
(TestNG) List of <suiteXmlFile> elements specifying TestNG suite xml file locations.
- suiteXmlFiles - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
(TestNG) List of <suiteXmlFile> elements specifying TestNG suite xml file locations.
- suiteXmlFiles() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- suiteXmlFiles() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- summaryFile - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
The summary file to write integration test results to.
- summaryFile - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
The summary file to read integration test results from.
- summaryFiles - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Additional summary files to read integration test results from.
- SurefireMojo - Class in org.apache.maven.plugin.surefire
-
Run tests using Surefire.
- SurefireMojo() - Constructor for class org.apache.maven.plugin.surefire.SurefireMojo
- SurefireOnlyReport - Class in org.apache.maven.plugins.surefire.report
-
Creates a nicely formatted Surefire Test Report in html format.
- SurefireOnlyReport(I18N) - Constructor for class org.apache.maven.plugins.surefire.report.SurefireOnlyReport
- SurefireReport - Class in org.apache.maven.plugins.surefire.report
-
Creates a nicely formatted Surefire Test Report in html format.
- SurefireReport(I18N) - Constructor for class org.apache.maven.plugins.surefire.report.SurefireReport
- SurefireReportRenderer - Class in org.apache.maven.plugins.surefire.report
-
This generator creates HTML Report from Surefire and Failsafe XML Report.
- SurefireReportRenderer(Sink, I18N, String, Locale, ConsoleLogger, List<File>, String, boolean) - Constructor for class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- systemPropertiesFile - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Properties file being used as system properties passed to the provider.
- systemPropertiesFile - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Properties file being used as system properties passed to the provider.
T
- TAG_TYPE_END - Static variable in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- TAG_TYPE_START - Static variable in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- test - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- test - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
- testClassesDirectory - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
The directory containing generated test classes of the project being tested.
- testFailureIgnore - Variable in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Set this to true to ignore a failure during testing.
- testFailureIgnore - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Set this to "true" to ignore a failure during testing.
- testSuites - Variable in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- toAbsoluteCanonical(File) - Static method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- toHtmlId(String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- toHtmlIdFailure(ReportTestCase) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
- toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toRunResult(File) - Static method in class org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils
U
- useFile - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Option to generate a file test report or just output the test report to the console.
- useFile - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Option to generate a file test report or just output the test report to the console.
- useManifestOnlyJar - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
By default, Surefire forks your tests using a manifest-only JAR; set this parameter to "false" to force it to launch your tests with a plain old Java classpath.
- useManifestOnlyJar - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
By default, Surefire forks your tests using a manifest-only JAR; set this parameter to "false" to force it to launch your tests with a plain old Java classpath.
- useModulePath - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
When
true
, uses the modulepath when executing with JDK 9+ and module-info.java is present. - useModulePath - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
When
true
, uses the modulepath when executing with JDK 9+ and module-info.java is present. - useModulePath() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
- useModulePath() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- useSystemClassLoader - Variable in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Option to pass dependencies to the system's classloader instead of using an isolated class loader when forking.
- useSystemClassLoader - Variable in class org.apache.maven.plugin.surefire.SurefireMojo
-
Option to pass dependencies to the system's classloader instead of using an isolated class loader when forking.
V
- VerifyMojo - Class in org.apache.maven.plugin.failsafe
-
Verify integration tests ran using Failsafe.
- VerifyMojo() - Constructor for class org.apache.maven.plugin.failsafe.VerifyMojo
- VerifyMojo(Logger) - Constructor for class org.apache.maven.plugin.failsafe.VerifyMojo
- verifyParameters() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
W
- warn(CharSequence, Throwable) - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- warnIfIllegalFailOnFlakeCount() - Method in class org.apache.maven.plugin.surefire.SurefireMojo
- warning(String) - Method in class org.apache.maven.plugins.surefire.report.PluginConsoleLogger
- writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.maven_surefire_plugin.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo
- writeSummary(RunResult, File, boolean) - Static method in class org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils
X
- xrefTestLocation - Variable in class org.apache.maven.plugins.surefire.report.AbstractSurefireReport
-
Location where Test Source XRef is generated for this project.
- xrefTestLocation - Variable in class org.apache.maven.plugins.surefire.report.SurefireReportRenderer
All Classes All Packages