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