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 TypeMethodDescriptionboolean
isMatch()
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.Matcher
Do we have a match to the underlying condition?- Specified by:
isMatch
in interfaceSkip.Matcher
- Returns:
- True/false ;)
-