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.FileYes${junit.report}java.lang.DoubleNo${check.junit.failures.leeway}0check.junit.failures.absolute:
java.lang.BooleanNo${check.junit.failures.absolute}falsejava.lang.DoubleNo${check.junit.failures.limit}99999java.lang.DoubleNo${check.junit.errors.leeway}0java.lang.BooleanNo${check.junit.errors.absolute}falsejava.lang.DoubleNo${check.junit.errors.limit}99999java.lang.DoubleNo${check.junit.skipped.leeway}0java.lang.BooleanNo${check.junit.skipped.absolute}falsejava.lang.DoubleNo${check.junit.skipped.limit}99999java.lang.DoubleNo${check.junit.test.leeway}0java.lang.BooleanNo${check.junit.test.absolute}falsejava.lang.DoubleNo${check.junit.test.limit}0java.io.FileYes${antBasedir}${basedir}java.lang.StringNo${antMessageLevel}info