| Package | Description |
|---|---|
| org.springframework.test.annotation |
Support classes for annotation-driven tests.
|
| org.springframework.test.context |
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
|
| org.springframework.test.context.junit38 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 3.8 and the Spring TestContext Framework.
|
| org.springframework.test.context.support |
Support classes for the Spring TestContext Framework.
|
| org.springframework.test.jpa |
As of Spring 3.0, this package has been deprecated in favor of using the listener-based
Spring TestContext Framework.
|
| Class and Description |
|---|
| DirtiesContext.ClassMode
Defines modes which determine how
@DirtiesContext is
interpreted when used to annotate a test class. |
| DirtiesContext.HierarchyMode
Defines modes which determine how the context cache is cleared
when
@DirtiesContext is used in a test whose context is
configured as part of a hierarchy via
@ContextHierarchy. |
| ProfileValueSource
Strategy interface for retrieving profile values for a given
testing environment.
|
| SystemProfileValueSource
Implementation of
ProfileValueSource which uses system properties as
the underlying source. |
| Class and Description |
|---|
| DirtiesContext.HierarchyMode
Defines modes which determine how the context cache is cleared
when
@DirtiesContext is used in a test whose context is
configured as part of a hierarchy via
@ContextHierarchy. |
| Class and Description |
|---|
| ProfileValueSource
Strategy interface for retrieving profile values for a given
testing environment.
|
| Class and Description |
|---|
| DirtiesContext.HierarchyMode
Defines modes which determine how the context cache is cleared
when
@DirtiesContext is used in a test whose context is
configured as part of a hierarchy via
@ContextHierarchy. |
| Class and Description |
|---|
| AbstractAnnotationAwareTransactionalTests
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework
(
AbstractTransactionalJUnit4SpringContextTests) |
Copyright © 2015. All rights reserved.