|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface FailureExpected
Annotations used to mark a test as an expected failure.
Required Element Summary | |
---|---|
String |
jiraKey
The key of a JIRA issue which covers this expected failure. |
Optional Element Summary | |
---|---|
String |
message
A 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 |