Package org.hibernate.testing
Annotation Type OnExpectedFailure
-
@Retention(RUNTIME) @Target(METHOD) @Deprecated(forRemoval=true) public @interface OnExpectedFailure
Deprecated, for removal: This API element is subject to removal in a future version.No replacement with JUnit 5 at the moment.Annotation used to identify a method as a callback to be executed whenever aFailureExpected
is handled.