Package | Description |
---|---|
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.support |
Support classes for the Spring TestContext Framework.
|
org.springframework.test.context.web |
Web support classes for the Spring TestContext Framework.
|
Constructor and Description |
---|
TestContextManager(TestContextBootstrapper testContextBootstrapper)
Construct a new
TestContextManager using the supplied TestContextBootstrapper
and register the necessary
TestExecutionListeners . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestContextBootstrapper
Abstract implementation of the
TestContextBootstrapper interface which
provides most of the behavior required by a bootstrapper. |
class |
DefaultTestContextBootstrapper
Default implementation of the
TestContextBootstrapper SPI. |
Modifier and Type | Class and Description |
---|---|
class |
WebTestContextBootstrapper
Web-specific implementation of the
TestContextBootstrapper SPI. |