@Ignore
will cause the test to be regarded as a passing test, although it will not actually be run.Attribute Name | Required? | Possible Values | Info |
---|---|---|---|
reason | Yes |
|
|
reactivate-on | No |
|
|
error-id | No |
|
|
failure-id | No |
|
|
Before a test method.
In the following example, the failure-id
attribute notes for the programmer's benefit what failure ID is expected.
|
In the CLI, the test will show both Passed and Ignored.
|