Uses of Class
org.hibernate.testing.junit4.BaseUnitTestCase
-
Packages that use BaseUnitTestCase Package Description org.hibernate.testing.bytecode.enhancement org.hibernate.testing.common.connections org.hibernate.testing.junit4 -
-
Uses of BaseUnitTestCase in org.hibernate.testing.bytecode.enhancement
Subclasses of BaseUnitTestCase in org.hibernate.testing.bytecode.enhancement Modifier and Type Class Description classEnhancerTestUtilsutility class to use in bytecode enhancement tests -
Uses of BaseUnitTestCase in org.hibernate.testing.common.connections
Subclasses of BaseUnitTestCase in org.hibernate.testing.common.connections Modifier and Type Class Description classBaseTransactionIsolationConfigTest -
Uses of BaseUnitTestCase in org.hibernate.testing.junit4
Subclasses of BaseUnitTestCase in org.hibernate.testing.junit4 Modifier and Type Class Description classBaseCoreFunctionalTestCaseApplies functional testing logic for core Hibernate testing on top ofBaseUnitTestCaseclassBaseNonConfigCoreFunctionalTestCaseApplies functional testing logic for core Hibernate testing on top ofBaseUnitTestCase.
-