Package org.hibernate.testing
Annotation Type FailureExpected
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) @Deprecated(forRemoval=true) public @interface FailureExpected
Deprecated, for removal: This API element is subject to removal in a future version.Use JUnit 5 andFailureExpected
instead.Annotation used to mark a test as an expected failure.
-
-
Field Summary
Fields Modifier and Type Fields Description static String
VALIDATE_FAILURE_EXPECTED
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
VALIDATE_FAILURE_EXPECTED
static final String VALIDATE_FAILURE_EXPECTED
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Element Detail
-
jiraKey
String jiraKey
Deprecated, for removal: This API element is subject to removal in a future version.The key of a JIRA issue which covers this expected failure.- Returns:
- The jira issue key
-
-
-
message
String message
Deprecated, for removal: This API element is subject to removal in a future version.A message explaining the reason for the expected failure. Optional.- Returns:
- The reason
- Default:
- ""
-
-