package

org.springframework.test.annotation

Support classes for annotation-driven tests.

Interfaces

ProfileValueSource

Strategy interface for retrieving profile values for a given testing environment. 

Classes

AbstractAnnotationAwareTransactionalTests This class is deprecated. as of Spring 3.0, in favor of using the listener-based test context framework (AbstractJUnit38SpringContextTests)  
ProfileValueUtils General utility methods for working with profile values
SystemProfileValueSource Implementation of ProfileValueSource which uses system properties as the underlying source. 

Enums

DirtiesContext.ClassMode Defines modes which determine how @DirtiesContext is interpreted when used to annotate a test class.