Full name:
net.sf.cathcart:maven-cathcart-plugin:0.9.7:check_junit
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
junit.report | File |
- |
The xml report produced by junit which contains the raw data for
checking. |
basedir | File |
- |
The base directory from which to execute the Ant script. Default value is: ${basedir} . |
Name | Type | Since | Description |
---|---|---|---|
check.junit.failures.leeway | Double |
- |
The allowed leeway in the value of failures when compaired to the
given limit. Default value is: 0 . |
check.junit.failures.absolute | Boolean |
- |
Is the leeway for failures given as an absolute value (true) or a
percentage (false)? Default value is: false . |
check.junit.failures.limit | Double |
- |
Fails if failures is more than this value. Default value is: 99999 . |
check.junit.errors.leeway | Double |
- |
The allowed leeway in the value of errors when compaired to the
given limit. Default value is: 0 . |
check.junit.errors.absolute | Boolean |
- |
Is the leeway for errors given as an absolute value (true) or a
percentage (false)? Default value is: false . |
check.junit.errors.limit | Double |
- |
Fails if errors is more than this value. Default value is: 99999 . |
check.junit.skipped.leeway | Double |
- |
The allowed leeway in the value of skipped when compaired to the
given limit. Default value is: 0 . |
check.junit.skipped.absolute | Boolean |
- |
Is the leeway for skipped given as an absolute value (true) or a
percentage (false)? Default value is: false . |
check.junit.skipped.limit | Double |
- |
Fails if skipped is more than this value. Default value is: 99999 . |
check.junit.test.leeway | Double |
- |
The allowed leeway in the value of test when compaired to the given
limit. Default value is: 0 . |
check.junit.test.absolute | Boolean |
- |
Is the leeway for test given as an absolute value (true) or a
percentage (false)? Default value is: false . |
check.junit.test.limit | Double |
- |
Fails if test is less than this value. Default value is: 0 . |
messageLevel | String |
- |
The message-level used to tune the verbosity of Ant logging. Default value is: info . |
java.io.File
Yes
${junit.report}
java.lang.Double
No
${check.junit.failures.leeway}
0
check.junit.failures.absolute:
java.lang.Boolean
No
${check.junit.failures.absolute}
false
java.lang.Double
No
${check.junit.failures.limit}
99999
java.lang.Double
No
${check.junit.errors.leeway}
0
java.lang.Boolean
No
${check.junit.errors.absolute}
false
java.lang.Double
No
${check.junit.errors.limit}
99999
java.lang.Double
No
${check.junit.skipped.leeway}
0
java.lang.Boolean
No
${check.junit.skipped.absolute}
false
java.lang.Double
No
${check.junit.skipped.limit}
99999
java.lang.Double
No
${check.junit.test.leeway}
0
java.lang.Boolean
No
${check.junit.test.absolute}
false
java.lang.Double
No
${check.junit.test.limit}
0
java.io.File
Yes
${antBasedir}
${basedir}
java.lang.String
No
${antMessageLevel}
info