|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE)
@Target(value={})
public @interface IssueA category to use on tests that require demonstrate an issue. These tests are expected to fail until the code in question is fixed.
Issue is used in preference to Ignore, so that automated builds can
occasionally run these tests to determine if a fix addresses a known issue. This is often the
case when two seemingly unrelated bugs have the same source issue. Solving the second bug
resolves both, so we need to know when that happens.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||