Package | Description |
---|---|
org.springframework.test.annotation |
Support classes for annotation-driven tests.
|
org.springframework.test.context.support |
Support classes for the Spring TestContext Framework.
|
Modifier and Type | Method and Description |
---|---|
static DirtiesContext.ClassMode |
DirtiesContext.ClassMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirtiesContext.ClassMode[] |
DirtiesContext.ClassMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|