Package | Description |
---|---|
org.springframework.test.context.event |
Test event support classes for the Spring TestContext Framework.
|
org.springframework.test.context.jdbc |
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql . |
org.springframework.test.context.support |
Support classes for the Spring TestContext Framework.
|
org.springframework.test.context.transaction |
Transactional support classes for the Spring TestContext Framework.
|
org.springframework.test.context.web |
Web support classes for the Spring TestContext Framework.
|
Class and Description |
---|
AbstractTestExecutionListener
Abstract ordered implementation of the
TestExecutionListener API. |
Class and Description |
---|
AbstractTestExecutionListener
Abstract ordered implementation of the
TestExecutionListener API. |
Class and Description |
---|
AbstractContextLoader
Abstract application context loader that provides a basis for all concrete
implementations of the
ContextLoader SPI. |
AbstractDelegatingSmartContextLoader
AbstractDelegatingSmartContextLoader serves as an abstract base class
for implementations of the SmartContextLoader SPI that delegate to a
set of candidate SmartContextLoaders (i.e., one that supports XML
configuration files or Groovy scripts and one that supports annotated classes)
to determine which context loader is appropriate for a given test class's
configuration. |
AbstractDirtiesContextTestExecutionListener
Abstract base class for
TestExecutionListener implementations that
provide support for marking the ApplicationContext associated with
a test as dirty for both test classes and test methods annotated
with the @DirtiesContext annotation. |
AbstractGenericContextLoader
Abstract, generic extension of
AbstractContextLoader that loads a
GenericApplicationContext . |
AbstractTestContextBootstrapper
Abstract implementation of the
TestContextBootstrapper interface which
provides most of the behavior required by a bootstrapper. |
AbstractTestExecutionListener
Abstract ordered implementation of the
TestExecutionListener API. |
DefaultTestContext
Default implementation of the
TestContext interface. |
GenericXmlContextLoader
Concrete implementation of
AbstractGenericContextLoader that reads
bean definitions from XML resources. |
PropertyProvider
Strategy for providing named properties — for example, for looking up
key-value pairs in a generic fashion.
|
Class and Description |
---|
AbstractTestExecutionListener
Abstract ordered implementation of the
TestExecutionListener API. |
Class and Description |
---|
AbstractContextLoader
Abstract application context loader that provides a basis for all concrete
implementations of the
ContextLoader SPI. |
AbstractDelegatingSmartContextLoader
AbstractDelegatingSmartContextLoader serves as an abstract base class
for implementations of the SmartContextLoader SPI that delegate to a
set of candidate SmartContextLoaders (i.e., one that supports XML
configuration files or Groovy scripts and one that supports annotated classes)
to determine which context loader is appropriate for a given test class's
configuration. |
AbstractTestContextBootstrapper
Abstract implementation of the
TestContextBootstrapper interface which
provides most of the behavior required by a bootstrapper. |
AbstractTestExecutionListener
Abstract ordered implementation of the
TestExecutionListener API. |
DefaultTestContextBootstrapper
Default implementation of the
TestContextBootstrapper SPI. |