Uses of Enum Class
org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Packages that use SpringBootTest.WebEnvironment
Package
Description
Support for mapping annotation attribute values in the Spring
Environment
.-
Uses of SpringBootTest.WebEnvironment in org.springframework.boot.test.context
Subclasses with type arguments of type SpringBootTest.WebEnvironment in org.springframework.boot.test.contextModifier and TypeClassDescriptionstatic enum
An enumeration web environment modes.Methods in org.springframework.boot.test.context that return SpringBootTest.WebEnvironmentModifier and TypeMethodDescriptionprotected @Nullable SpringBootTest.WebEnvironment
SpringBootTestContextBootstrapper.getWebEnvironment
(Class<?> testClass) Return theSpringBootTest.WebEnvironment
type for this test or null if undefined.Returns the enum constant of this class with the specified name.static SpringBootTest.WebEnvironment[]
SpringBootTest.WebEnvironment.values()
Returns an array containing the constants of this enum class, in the order they are declared.