Package | Description |
---|---|
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 |
---|
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 and one that supports annotated classes) to determine which
context loader is appropriate for a given test class's configuration. |
AbstractGenericContextLoader
Abstract, generic extension of
AbstractContextLoader that loads a
GenericApplicationContext . |
AbstractTestExecutionListener
Abstract implementation of the
TestExecutionListener interface which
provides empty method stubs. |
Class and Description |
---|
AbstractTestExecutionListener
Abstract implementation of the
TestExecutionListener interface which
provides empty method stubs. |
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 and one that supports annotated classes) to determine which
context loader is appropriate for a given test class's configuration. |
AbstractTestExecutionListener
Abstract implementation of the
TestExecutionListener interface which
provides empty method stubs. |
Copyright © 2015. All rights reserved.