| Interface | Description |
|---|---|
| DialectFeatureCheck | |
| DomainModelProducer | |
| DomainModelScope | |
| DomainModelScopeAware | |
| ServiceRegistryProducer | |
| ServiceRegistryScope | |
| ServiceRegistryScopeAware | |
| SessionFactoryProducer |
Contract for something that can build a SessionFactory.
|
| SessionFactoryScope | |
| SessionFactoryScopeAware |
| Annotation Type | Description |
|---|---|
| DomainModel | |
| DomainModelFunctionalTesting | |
| ExpectedException |
Annotation that can be used, in conjunction with
ExpectedExceptionExtension,
to indicate that a specific test is expected to fail in a particular way
(throw the specified exception) as its "success condition". |
| FailureExpected |
Marks a test method or class as being expected to fail.
|
| FailureExpectedGroup | |
| JiraKey |
Identifies the JIRA issue associated with a test.
|
| JiraKeyGroup |
Grouping annotation for `@JiraKey`
|
| RequiresDialect |
Indicates that the annotated test class/method should only
be run when the indicated Dialect is being used.
|
| RequiresDialectFeature |
Annotation used to indicate that a test should be run only when the current dialect supports the
specified feature.
|
| RequiresDialectFeatureGroup |
Annotation used to indicate that a test should be run only when the current dialect supports the
specified feature.
|
| RequiresDialects | |
| ServiceRegistry | |
| ServiceRegistry.Service | |
| ServiceRegistry.Setting | |
| ServiceRegistryFunctionalTesting |
Composite annotation for applying extensions needed for managing
a StandardServiceRegistry as part of the test lifecycle.
|
| SessionFactory | |
| SessionFactoryFunctionalTesting |
Composite annotation for functional tests that
require a functioning SessionFactory.
|
| SkipForDialect |
Indicates that the annotated test class/method should be skipped
when the indicated Dialect is being used.
|
| SkipForDialectGroup |
Grouping annotation for
SkipForDialect |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.