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