Package org.hibernate.testing
Class Skip.AlwaysSkip
- java.lang.Object
-
- org.hibernate.testing.Skip.AlwaysSkip
-
- All Implemented Interfaces:
Skip.Matcher
- Enclosing class:
- Skip
public static class Skip.AlwaysSkip extends java.lang.Object implements Skip.Matcher
-
-
Constructor Summary
Constructors Constructor Description AlwaysSkip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isMatch()
Do we have a match to the underlying condition?
-
-
-
Method Detail
-
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 ;)
-
-