Uses of Class
org.hibernate.testing.FailureExpected
-
Packages that use FailureExpected Package Description org.hibernate.testing.junit4 -
-
Uses of FailureExpected in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 that return FailureExpected Modifier and Type Method Description FailureExpected
ExtendedFrameworkMethod. getFailureExpectedAnnotation()
Methods in org.hibernate.testing.junit4 with parameters of type FailureExpected Modifier and Type Method Description static String
Helper. extractIgnoreMessage(FailureExpected failureExpected, org.junit.runners.model.FrameworkMethod frameworkMethod)
static String
Helper. extractMessage(FailureExpected failureExpected)
Constructors in org.hibernate.testing.junit4 with parameters of type FailureExpected Constructor Description ExtendedFrameworkMethod(org.junit.runners.model.FrameworkMethod delegatee, org.junit.Ignore virtualIgnore, FailureExpected failureExpectedAnnotation)
-