|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface RequiresDialect
Annotation used to indicate that a test should be run only when run against the indicated dialects.
Required Element Summary | |
---|---|
Class<? extends Dialect>[] |
value
The dialects against which to run the test |
Optional Element Summary | |
---|---|
String |
comment
Comment describing the reason why the dialect is required. |
String |
jiraKey
The key of a JIRA issue which relates this this restriction |
boolean |
strictMatching
Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof). |
Element Detail |
---|
public abstract Class<? extends Dialect>[] value
public abstract boolean strictMatching
public abstract String comment
public abstract String jiraKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |