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.
|
Modifier and Type | Method and Description |
---|---|
BootstrapContext |
TestContextBootstrapper.getBootstrapContext()
Get the
BootstrapContext associated with this bootstrapper. |
Modifier and Type | Method and Description |
---|---|
void |
TestContextBootstrapper.setBootstrapContext(BootstrapContext bootstrapContext)
Set the
BootstrapContext to be used by this bootstrapper. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBootstrapContext
Default implementation of the
BootstrapContext interface. |
Modifier and Type | Method and Description |
---|---|
BootstrapContext |
AbstractTestContextBootstrapper.getBootstrapContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestContextBootstrapper.setBootstrapContext(BootstrapContext bootstrapContext) |