| Package | Description | 
|---|---|
| org.springframework.boot.test.context | 
 Classes and annotations related to configuring Spring's  
ApplicationContext for
 tests. | 
| Class and Description | 
|---|
| FilteredClassLoader.ClassFilter
 Filter to restrict the classes that can be loaded. 
 | 
| FilteredClassLoader.ClassPathResourceFilter
 Filter to restrict the resources that can be loaded. 
 | 
| FilteredClassLoader.PackageFilter
 Filter to restrict the packages that can be loaded. 
 | 
| SpringBootTest
 Annotation that can be specified on a test class that runs Spring Boot based tests. 
 | 
| SpringBootTest.WebEnvironment
 An enumeration web environment modes. 
 | 
TestComponent
@Component that can be used when a bean is intended only for tests,
 and should be excluded from Spring Boot's component scanning. | 
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.