Package org.jboss.test.audit.config
Class PropertyKeys
- java.lang.Object
-
- org.jboss.test.audit.config.PropertyKeys
-
public final class PropertyKeys extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFAIL_THRESHOLDThe threshold for which the coverage percentage is a fail if it is equal or lower to this valuestatic StringFISHEYE_BASE_URL_PROPERTYIf specified, links to the test class in fisheye will be generatedstatic StringGITHUB_BASE_URL_PROPERTYIf specified, links to the test class in GitHub will be generatedstatic StringPASS_THRESHOLDThe threshold for which the coverage percentage is a pass if it is equal or greater to this valuestatic StringSPECIFICATION_BASE_URL_PROPERTYIf specified, links to the specification will be generatedstatic StringSUMMARY_TEST_GROUPSA comma-separated list of TestNG test groups that are summarised at the end of the reportstatic StringSVN_BASE_URL_PROPERTYIf specified, links to the test class in SVN will be generatedstatic StringUNIMPLEMENTED_TEST_GROUPSA comma-separated list of the TestNG test groups that aren't included in the coverage
-
-
-
Field Detail
-
SPECIFICATION_BASE_URL_PROPERTY
public static final String SPECIFICATION_BASE_URL_PROPERTY
If specified, links to the specification will be generated- See Also:
- Constant Field Values
-
GITHUB_BASE_URL_PROPERTY
public static final String GITHUB_BASE_URL_PROPERTY
If specified, links to the test class in GitHub will be generated- See Also:
- Constant Field Values
-
FISHEYE_BASE_URL_PROPERTY
public static final String FISHEYE_BASE_URL_PROPERTY
If specified, links to the test class in fisheye will be generated- See Also:
- Constant Field Values
-
SVN_BASE_URL_PROPERTY
public static final String SVN_BASE_URL_PROPERTY
If specified, links to the test class in SVN will be generated- See Also:
- Constant Field Values
-
PASS_THRESHOLD
public static final String PASS_THRESHOLD
The threshold for which the coverage percentage is a pass if it is equal or greater to this value- See Also:
- Constant Field Values
-
FAIL_THRESHOLD
public static final String FAIL_THRESHOLD
The threshold for which the coverage percentage is a fail if it is equal or lower to this value- See Also:
- Constant Field Values
-
UNIMPLEMENTED_TEST_GROUPS
public static final String UNIMPLEMENTED_TEST_GROUPS
A comma-separated list of the TestNG test groups that aren't included in the coverage- See Also:
- Constant Field Values
-
SUMMARY_TEST_GROUPS
public static final String SUMMARY_TEST_GROUPS
A comma-separated list of TestNG test groups that are summarised at the end of the report- See Also:
- Constant Field Values
-
-