Constant Field Values
Contents
org.apache.*
-
org.apache.maven.plugin.failsafe.IntegrationTestMojo Modifier and Type Constant Field Value private static final java.lang.String
FAILSAFE_IN_PROGRESS_CONTEXT_KEY
"failsafe-in-progress"
-
org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils Modifier and Type Constant Field Value private static final java.lang.String
FAILSAFE_SUMMARY_XML_SCHEMA_LOCATION
"https://maven.apache.org/surefire/maven-surefire-plugin/xsd/failsafe-summary.xsd"
private static final java.lang.String
FAILSAFE_SUMMARY_XML_TEMPLATE
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<failsafe-summary xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"https://maven.apache.org/surefire/maven-surefire-plugin/xsd/failsafe-summary.xsd\" result=\"%s\" timeout=\"%s\">\n <completed>%d</completed>\n <errors>%d</errors>\n <failures>%d</failures>\n <skipped>%d</skipped>\n <flakes>%d</flakes>\n %s\n</failsafe-summary>"
private static final java.lang.String
MESSAGE_ELEMENT
"<failureMessage>%s</failureMessage>"
private static final java.lang.String
MESSAGE_NIL_ELEMENT
"<failureMessage xsi:nil=\"true\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"/>"
-
org.apache.maven.plugins.maven_failsafe_plugin.HelpMojo Modifier and Type Constant Field Value private static final int
DEFAULT_LINE_LENGTH
80
private static final java.lang.String
PLUGIN_HELP_PATH
"/META-INF/maven/org.apache.maven.plugins/maven-failsafe-plugin/plugin-help.xml"
-
org.apache.maven.plugins.maven_surefire_plugin.HelpMojo Modifier and Type Constant Field Value private static final int
DEFAULT_LINE_LENGTH
80
private static final java.lang.String
PLUGIN_HELP_PATH
"/META-INF/maven/org.apache.maven.plugins/maven-surefire-plugin/plugin-help.xml"
-
org.apache.maven.plugins.maven_surefire_report_plugin.HelpMojo Modifier and Type Constant Field Value private static final int
DEFAULT_LINE_LENGTH
80
private static final java.lang.String
PLUGIN_HELP_PATH
"/META-INF/maven/org.apache.maven.plugins/maven-surefire-report-plugin/plugin-help.xml"