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
Modifier and TypeMethodDescriptionbooleanisMatch()Do we have a match to the underlying condition?
-
Method Details
-
isMatch
boolean isMatch()Do we have a match to the underlying condition?- Returns:
- True/false ;)
-