| 程序包 | 说明 | 
|---|---|
| org.springframework.boot.test.context | Classes and annotations related to configuring Spring's  ApplicationContext for tests. | 
| org.springframework.boot.test.context.filter | Test support for  TypeExcludeFilter. | 
| org.springframework.boot.test.json | Support for testing JSON.  | 
| org.springframework.boot.test.mock.mockito | Mockito integration for Spring Boot tests.  | 
| org.springframework.boot.test.mock.web | Mock web classes specific to Spring Boot.  | 
| org.springframework.boot.test.rule | Useful JUnit  @Rule classes. | 
| org.springframework.boot.test.util | General purpose test utilities.  | 
| org.springframework.boot.test.web.client | Web client test utilities.  | 
| org.springframework.boot.test.web.htmlunit | HtmlUnit support classes.  | 
| org.springframework.boot.test.web.htmlunit.webdriver | Selenium support classes.  |