| Package | Description |
|---|---|
| org.springframework.test.annotation |
Support classes for annotation-driven tests.
|
| 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.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. |
| 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 |
|---|
| ProfileValueSource
Strategy interface for retrieving profile values for a given
testing environment.
|
| Class and Description |
|---|
| AbstractAnnotationAwareTransactionalTests
Deprecated.
as of Spring 3.0, in favor of using the listener-based test context framework
(
AbstractTransactionalJUnit4SpringContextTests) |
Copyright © 2014. All rights reserved.