org.jboss.test.audit.config
Class PropertyKeys

java.lang.Object
  extended by org.jboss.test.audit.config.PropertyKeys

public final class PropertyKeys
extends Object


Field Summary
static String FAIL_THRESHOLD
          The threshold for which the coverage percentage is a fail if it is equal or lower to this value
static String FISHEYE_BASE_URL_PROPERTY
          If specified, links to the test class in fisheye will be generated
static String GITHUB_BASE_URL_PROPERTY
          If specified, links to the test class in GitHub will be generated
static String PASS_THRESHOLD
          The threshold for which the coverage percentage is a pass if it is equal or greater to this value
static String SUMMARY_TEST_GROUPS
          A comma-separated list of TestNG test groups that are summarised at the end of the report
static String SVN_BASE_URL_PROPERTY
          If specified, links to the test class in SVN will be generated
static String UNIMPLEMENTED_TEST_GROUPS
          A comma-separated list of the TestNG test groups that aren't included in the coverage
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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


Copyright © 2009-2013. All Rights Reserved.