Package org.hibernate.testing
Annotation Interface 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.
Annotation used to mark a test as an expected failure.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
VALIDATE_FAILURE_EXPECTED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Element Details
-
jiraKey
String jiraKeyDeprecated, 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 messageDeprecated, 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:
- ""
-
FailureExpected
instead.