Uses of Class
org.springframework.test.annotation.DirtiesContext.ClassMode
Packages that use DirtiesContext.ClassMode Package Description org.springframework.test.annotation Support classes for annotation-driven tests.org.springframework.test.context.support Support classes for the Spring TestContext Framework.Uses of DirtiesContext.ClassMode in org.springframework.test.annotation
Methods in org.springframework.test.annotation that return DirtiesContext.ClassMode Modifier and Type Method Description DirtiesContext.ClassModeclassMode()The mode to use when a test class is annotated with@DirtiesContext.static DirtiesContext.ClassModeDirtiesContext.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.Uses of DirtiesContext.ClassMode in org.springframework.test.context.support