Package org.hibernate.testing.orm.junit
Annotation Type JiraKey
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Repeatable(JiraKeyGroup.class) public @interface JiraKey
Identifies the JIRA issue associated with a test. Is repeatable, so multiple JIRA issues can be indicated.- See Also:
JiraKeyGroup
-
-
Element Detail
-
value
String value
The key for the referenced Jira issue (e.g., HHH-99999)
-
-