Package org.hibernate.testing
Annotation Type OnExpectedFailure
-
@Retention(RUNTIME) @Target(METHOD) public @interface OnExpectedFailure
Annotation used to identify a method as a callback to be executed whenever aFailureExpected
is handled.
@Retention(RUNTIME)
@Target(METHOD)
public @interface OnExpectedFailure
FailureExpected
is handled.