Package org.hibernate.testing

Interface Summary
DialectCheck Defines a means to check Dialect features for use in "test protection" checks.
Skip.Matcher Simple boolean assertion
 

Class Summary
DialectChecks Container class for different implementation of the DialectCheck interface.
DialectChecks.CaseSensitiveCheck  
DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck  
DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck  
DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck  
DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck  
DialectChecks.HasSelfReferentialForeignKeyBugCheck  
DialectChecks.SupportLimitAndOffsetCheck  
DialectChecks.SupportLimitCheck  
DialectChecks.SupportsCircularCascadeDeleteCheck  
DialectChecks.SupportsColumnCheck  
DialectChecks.SupportsEmptyInListCheck  
DialectChecks.SupportsExistsInSelectCheck  
DialectChecks.SupportsExpectedLobUsagePattern  
DialectChecks.SupportsIdentityColumns  
DialectChecks.SupportsLobValueChangePropogation  
DialectChecks.SupportsLockTimeouts  
DialectChecks.SupportsParametersInInsertSelectCheck  
DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck  
DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck  
DialectChecks.SupportsSequences  
DialectChecks.SupportSubqueryAsLeftHandSideInPredicate  
DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck  
DialectChecks.UsesInputStreamToInsertBlob  
ServiceRegistryBuilder  
Skip.AlwaysSkip  
SkipLog Well-known-location lookup for the test-skip log...
 

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.
RequiresDialects Plural annotation for RequiresDialect.
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.
SkipForDialects Plural annotation for SkipForDialect.
TestForIssue A documentation annotation for notating what JIRA issue is being tested.
 



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.