Package org.hibernate.testing
Class Skip.AlwaysSkip
java.lang.Object
org.hibernate.testing.Skip.AlwaysSkip
- All Implemented Interfaces:
Skip.Matcher
- Enclosing class:
- Skip
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisMatch()Do we have a match to the underlying condition?
-
Constructor Details
-
AlwaysSkip
public AlwaysSkip()
-
-
Method Details
-
isMatch
public boolean isMatch()Description copied from interface:Skip.MatcherDo we have a match to the underlying condition?- Specified by:
isMatchin interfaceSkip.Matcher- Returns:
- True/false ;)
-