Registry / testing / hibernate-testing

hibernate-testing

JSON →
library5.5.6javamavenunverified

Provides testing utilities and support classes for Hibernate ORM, relocated to the org.hibernate.orm group.

<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-testing</artifactId> <version>5.5.6</version> </dependency>
INSTALL
IMPORT
SIG · HIBERNATE-TESTING
H
hibernate-testing
testingjavav5.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BaseCoreFunctionalTestCase
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase

Extend BaseCoreFunctionalTestCase to write Hibernate integration tests.

import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase; public class MyTest extends BaseCoreFunctionalTestCase { @Override protected Class<?>[] getAnnotatedClasses() { return new Class<?>[0]; } }
Debug
Known issues
breakingThis module has been relocated to org.hibernate.orm:hibernate-testing.
fix
Update your dependency to org.hibernate.orm:hibernate-testing.
affects: >=5.5.6
Upgrade
Version history
5.5.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hibernate-testing — mvn dependency:get hibernate-testing · libregistry