Uses of Enum Class
org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Package
Description
Classes and annotations related to configuring Spring's
ApplicationContext
for
tests.-
Uses of SpringBootTest.WebEnvironment in org.springframework.boot.test.context
Modifier and TypeMethodDescriptionprotected 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.