Package org.hibernate.testing
Annotation Interface Skip
Deprecated, for removal: This API element is subject to removal in a future version.
An annotation, used in combination with
Skip.Matcher
, to determine when/if tests should be skipped.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.static interface
Deprecated, for removal: This API element is subject to removal in a future version.Simple boolean assertionstatic interface
Deprecated, for removal: This API element is subject to removal in a future version. -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends Skip.Matcher>
Deprecated, for removal: This API element is subject to removal in a future version.The condition which causes a skipDeprecated, for removal: This API element is subject to removal in a future version.A message describing the reason for the skip
-
Element Details
-
condition
Class<? extends Skip.Matcher> conditionDeprecated, for removal: This API element is subject to removal in a future version.The condition which causes a skip- Returns:
- The condition
-
message
String messageDeprecated, for removal: This API element is subject to removal in a future version.A message describing the reason for the skip- Returns:
- Descriptive message
-
DisabledOnOs
orDisabledIf
.