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