Package org.hibernate.testing
Annotation Type Skip
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface Skip
An annotation, used in combination withSkip.Matcher
, to determine when/if tests should be skipped.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends Skip.Matcher>
condition
The condition which causes a skipString
message
A message describing the reason for the skip
-
-
-
Element Detail
-
condition
Class<? extends Skip.Matcher> condition
The condition which causes a skip- Returns:
- The condition
-
-
-
message
String message
A message describing the reason for the skip- Returns:
- Descriptive message
-
-