| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface FailureExpectedAnnotation used to mark a test as an expected failure.
| Required Element Summary | |
|---|---|
|  String | jiraKeyThe key of a JIRA issue which covers this expected failure. | 
| Optional Element Summary | |
|---|---|
|  String | messageA message explaining the reason for the expected failure. | 
| Element Detail | 
|---|
public abstract String jiraKey
public abstract String message
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||