Uses of Package
org.hibernate.testing
-
Packages that use org.hibernate.testing Package Description org.hibernate.testing org.hibernate.testing.env org.hibernate.testing.junit4 -
Classes in org.hibernate.testing used by org.hibernate.testing Class Description DialectCheck Defines a means to checkDialect
features for use in "test protection" checks.RequiresDialect Annotation used to indicate that a test should be run only when run against the indicated dialects.Skip.Matcher Simple boolean assertionSkipForDialect Annotation used to indicate that a test should be skipped when run against the indicated dialects. -
Classes in org.hibernate.testing used by org.hibernate.testing.env Class Description DialectCheck Defines a means to checkDialect
features for use in "test protection" checks. -
Classes in org.hibernate.testing used by org.hibernate.testing.junit4 Class Description AfterClassOnce Annotation used to mark a method which should be run once after the last test execution for the given class.BeforeClassOnce Annotation used to mark a method which should be run once before the first test execution for the given class.FailureExpected Annotation used to mark a test as an expected failure.OnExpectedFailure Annotation used to identify a method as a callback to be executed whenever aFailureExpected
is handled.OnFailure Annotation used to identify a method as a callback to be executed on test failures.