|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface RequiresDialectFeature
Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
Required Element Summary | |
---|---|
Class<? extends DialectCheck>[] |
value
|
Optional Element Summary | |
---|---|
String |
comment
Comment describing the reason why the feature is required. |
String |
jiraKey
The key of a JIRA issue which relates this this feature requirement. |
Element Detail |
---|
public abstract Class<? extends DialectCheck>[] value
public abstract String comment
public abstract String jiraKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |