Annotation Types Summary |
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. |
RequiresDialect |
Annotation used to indicate that a test should be run only when run against the
indicated dialects. |
RequiresDialectFeature |
Annotation used to indicate that a test should be run only when the current dialect supports the
specified feature. |
Skip |
An annotation, used in combination with Skip.Matcher , to determine when/if tests should be skipped. |
SkipForDialect |
Annotation used to indicate that a test should be skipped when run against the
indicated dialects. |
TestForIssue |
A documentation annotation for notating what JIRA issue is being tested. |