Class PropertyKeys


  • public final class PropertyKeys
    extends Object
    • 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