Package org.springframework.test

Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases, with automatic rollback on completion.

See:
          Description

Class Summary
AbstractDependencyInjectionSpringContextTests Convenient superclass for tests depending on a Spring context.
AbstractSpringContextTests Superclass for JUnit test cases using a Spring context.
AbstractTransactionalDataSourceSpringContextTests Subclass of AbstractTransactionalSpringContextTests that adds some convenience functionality.
AbstractTransactionalSpringContextTests Convenient superclass for tests that should occur in a transaction, but normally will roll the transaction back on the completion of each test.
 

Package org.springframework.test Description

Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases, with automatic rollback on completion. Useful as base classes for application-specific tests.
The superclasses in this package are ideal for integration testing. Unit testing should not normally involve the Spring container, but should test classes in isolation.



Copyright (c) 2002-2007 The Spring Framework Project.