|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface Skip
An annotation, used in combination with Skip.Matcher
, to determine when/if tests should be skipped.
Required Element Summary | |
---|---|
Class<? extends Skip.Matcher> |
condition
The condition which causes a skip |
String |
message
A message describing the reason for the skip |
Element Detail |
---|
public abstract Class<? extends Skip.Matcher> condition
public abstract String message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |