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
Deprecated, for removal: This API element is subject to removal in a future version.static class
Skip.OperatingSystem.Windows
Methods in org.hibernate.testing that return types with arguments of type Skip.Matcher Modifier and Type Method Description Class<? extends Skip.Matcher>
condition()
Deprecated, for removal: This API element is subject to removal in a future version.The condition which causes a skip
-