Package | Description |
---|---|
org.hibernate.testing | |
org.hibernate.testing.env | |
org.hibernate.testing.junit4 |
Class and Description |
---|
DialectCheck
Defines a means to check
Dialect features for use in "test protection" checks. |
Skip.Matcher
Simple boolean assertion
|
Class and Description |
---|
DialectCheck
Defines a means to check
Dialect features for use in "test protection" checks. |
Class and 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 a
FailureExpected is handled. |
OnFailure
Annotation used to identify a method as a callback to be executed on test failures.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.