Configuration for coverage checking
| Type | Name and description |
|---|---|
Rate |
classRateDefines the minimum rate per class. |
java.lang.String |
dataFileSpecify the name of the file containing the metadata for the classes. |
Rate |
packageRateDefines the minimum average coverage per package. |
java.util.List<RegexRate> |
regexRateListAllows to specify rates for individual classes given the regular expressions. |
Rate |
totalRateDefines the minimum average coverage in the project as a whole. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Defines the minimum rate per class.
Specify the name of the file containing the metadata for the classes.
Defines the minimum average coverage per package.
Allows to specify rates for individual classes given the regular expressions.
Defines the minimum average coverage in the project as a whole.