Uses of Class
org.hibernate.testing.junit.UnitTestCase

Packages that use UnitTestCase
org.hibernate.testing.cache   
org.hibernate.testing.junit   
org.hibernate.testing.junit.functional   
 

Uses of UnitTestCase in org.hibernate.testing.cache
 

Subclasses of UnitTestCase in org.hibernate.testing.cache
 class BaseCacheProviderTestCase
          Common requirement testing for each CacheProvider impl.
 class BaseCacheRegionFactoryTestCase
           
 class BaseCacheTestCase
           
 

Uses of UnitTestCase in org.hibernate.testing.junit
 

Subclasses of UnitTestCase in org.hibernate.testing.junit
 class AbstractClassLoaderIsolatedTestCase
          A specialized TestCase for running tests in an isolated class-loader
 

Uses of UnitTestCase in org.hibernate.testing.junit.functional
 

Subclasses of UnitTestCase in org.hibernate.testing.junit.functional
 class DatabaseSpecificFunctionalTestCase
          
 class FunctionalTestCase
          Most of the Hibernate test suite in fact is a series of functional tests, not unit tests.
 



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