Uses of Package
org.springframework.test.annotation
Packages that use org.springframework.test.annotation
Package
Description
Support classes for annotation-driven tests.
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.
Support for context caching within the Spring TestContext Framework.
Support classes for the Spring TestContext Framework.
-
Classes in org.springframework.test.annotation used by org.springframework.test.annotationClassDescriptionDefines modes which determine how
@DirtiesContext
is interpreted when used to annotate a test class.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
.Defines modes which determine how@DirtiesContext
is interpreted when used to annotate a test method.Strategy interface for retrieving profile values for a given testing environment.@Rollback
is a test annotation that is used to indicate whether a test-managed transaction should be rolled back after the test method has completed.Implementation ofProfileValueSource
which uses system properties as the underlying source. -
Classes in org.springframework.test.annotation used by org.springframework.test.contextClassDescriptionDefines 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
. -
Classes in org.springframework.test.annotation used by org.springframework.test.context.cacheClassDescriptionDefines 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
. -
Classes in org.springframework.test.annotation used by org.springframework.test.context.supportClassDescriptionDefines modes which determine how
@DirtiesContext
is interpreted when used to annotate a test class.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
.Defines modes which determine how@DirtiesContext
is interpreted when used to annotate a test method.