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.
|
Modifier and Type | Method and Description |
---|---|
static TestConstructor.AutowireMode |
TestConstructor.AutowireMode.from(String name)
Get the
AutowireMode enum constant with the supplied name,
ignoring case. |
static TestConstructor.AutowireMode |
TestConstructor.AutowireMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestConstructor.AutowireMode[] |
TestConstructor.AutowireMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|