Uses of Interface
org.hibernate.testing.Skip.Matcher
-
Packages that use Skip.Matcher Package Description org.hibernate.testing -
-
Uses of Skip.Matcher in org.hibernate.testing
Classes in org.hibernate.testing that implement Skip.Matcher Modifier and Type Class Description static class
Skip.AlwaysSkip
static class
Skip.OperatingSystem.Windows
Methods in org.hibernate.testing that return types with arguments of type Skip.Matcher Modifier and Type Method Description java.lang.Class<? extends Skip.Matcher>
condition()
The condition which causes a skip
-