|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface Ignore
Used to annotate a test fixture class or test case method to indicate that it should be ignored during
test execution. An annotated test case method or as a member of an annotated test fixture class will have a test case
result of TestResultType.IGNORED_ANNOTATED.
Test| Optional Element Summary | |
|---|---|
String |
value
Returns a reason for ignoring the test fixture or test method. |
public abstract String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||