Package org.hibernate.testing
Class Skip.OperatingSystem.Windows
- java.lang.Object
-
- org.hibernate.testing.Skip.OperatingSystem.Windows
-
- All Implemented Interfaces:
Skip.Matcher
- Enclosing interface:
- Skip.OperatingSystem
public static class Skip.OperatingSystem.Windows extends java.lang.Object implements Skip.Matcher
-
-
Constructor Summary
Constructors Constructor Description Windows()
-
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 ;)
-
-