Package org.hibernate.testing
Interface Skip.Matcher
-
- All Known Implementing Classes:
Skip.AlwaysSkip
,Skip.OperatingSystem.Windows
- Enclosing class:
- Skip
public static interface Skip.Matcher
Simple boolean assertion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isMatch()
Do we have a match to the underlying condition?
-