Uses of Package
org.springframework.test

Packages that use org.springframework.test
org.springframework.test Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases, with automatic rollback on completion. 
org.springframework.test.annotation Support classes for annotation-driven tests. 
org.springframework.test.jpa Support classes for tests based on the Java Persistence API. 
 

Classes in org.springframework.test used by org.springframework.test
AbstractDependencyInjectionSpringContextTests
           Convenient superclass for JUnit 3.8 based tests depending on a Spring context.
AbstractSingleSpringContextTests
           Abstract JUnit 3.8 test class that holds and exposes a single Spring ApplicationContext.
AbstractSpringContextTests
           Superclass for JUnit 3.8 test cases using Spring ApplicationContexts.
AbstractTransactionalSpringContextTests
          Convenient base class for JUnit 3.8 based tests that should occur in a transaction, but normally will roll the transaction back on the completion of each test.
ConditionalTestCase
          Superclass for JUnit 3.8 based tests that allows conditional test execution at the individual test method level.
 

Classes in org.springframework.test used by org.springframework.test.annotation
AbstractDependencyInjectionSpringContextTests
           Convenient superclass for JUnit 3.8 based tests depending on a Spring context.
AbstractSingleSpringContextTests
           Abstract JUnit 3.8 test class that holds and exposes a single Spring ApplicationContext.
AbstractSpringContextTests
           Superclass for JUnit 3.8 test cases using Spring ApplicationContexts.
AbstractTransactionalDataSourceSpringContextTests
          Subclass of AbstractTransactionalSpringContextTests that adds some convenience functionality for JDBC access.
AbstractTransactionalSpringContextTests
          Convenient base class for JUnit 3.8 based tests that should occur in a transaction, but normally will roll the transaction back on the completion of each test.
ConditionalTestCase
          Superclass for JUnit 3.8 based tests that allows conditional test execution at the individual test method level.
 

Classes in org.springframework.test used by org.springframework.test.jpa
AbstractDependencyInjectionSpringContextTests
           Convenient superclass for JUnit 3.8 based tests depending on a Spring context.
AbstractSingleSpringContextTests
           Abstract JUnit 3.8 test class that holds and exposes a single Spring ApplicationContext.
AbstractSpringContextTests
           Superclass for JUnit 3.8 test cases using Spring ApplicationContexts.
AbstractTransactionalDataSourceSpringContextTests
          Subclass of AbstractTransactionalSpringContextTests that adds some convenience functionality for JDBC access.
AbstractTransactionalSpringContextTests
          Convenient base class for JUnit 3.8 based tests that should occur in a transaction, but normally will roll the transaction back on the completion of each test.
ConditionalTestCase
          Superclass for JUnit 3.8 based tests that allows conditional test execution at the individual test method level.
 



Copyright © 2002-2008 The Spring Framework.