public final class PropertyKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
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
|
public static final String GITHUB_BASE_URL_PROPERTY
public static final String FISHEYE_BASE_URL_PROPERTY
public static final String SVN_BASE_URL_PROPERTY
public static final String PASS_THRESHOLD
public static final String FAIL_THRESHOLD
public static final String UNIMPLEMENTED_TEST_GROUPS
public static final String SUMMARY_TEST_GROUPS
Copyright © 2009–2014. All rights reserved.