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 class
EnhancerTestUtils
utility 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 class
BaseTransactionIsolationConfigTest
-
Uses of BaseUnitTestCase in org.hibernate.testing.junit4
Subclasses of BaseUnitTestCase in org.hibernate.testing.junit4 Modifier and Type Class Description class
BaseCoreFunctionalTestCase
Applies functional testing logic for core Hibernate testing on top ofBaseUnitTestCase
class
BaseNonConfigCoreFunctionalTestCase
Applies functional testing logic for core Hibernate testing on top ofBaseUnitTestCase
.
-