@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Repeatable(value=SkipForDialects.class) public @interface SkipForDialect
SkipForDialects
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends Dialect>[] |
value
The dialects against which to skip the test
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
comment
Comment describing the reason for the skip.
|
java.lang.String |
jiraKey
The key of a JIRA issue which covers the reason for this skip.
|
boolean |
strictMatching
Used to indicate if the dialects should be matched strictly (classes equal) or
non-strictly (instanceof).
|
public abstract java.lang.Class<? extends Dialect>[] value
public abstract boolean strictMatching
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.