| Package | Description | 
|---|---|
| org.springframework.boot.test.context | 
 Classes and annotations related to configuring Spring's  
ApplicationContext for
 tests. | 
| Modifier and Type | Method and Description | 
|---|---|
protected SpringBootTest.WebEnvironment | 
SpringBootTestContextBootstrapper.getWebEnvironment(Class<?> testClass)
Return the  
SpringBootTest.WebEnvironment type for this test or null if undefined. | 
static SpringBootTest.WebEnvironment | 
SpringBootTest.WebEnvironment.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SpringBootTest.WebEnvironment[] | 
SpringBootTest.WebEnvironment.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.