spring_reference/IV. Spring Boot features/35. Testing.md

4 lines
259 B
Markdown
Raw Normal View History

2015-02-27 13:15:15 +00:00
### 35. 测试
Spring Boot提供很多有用的测试应用的工具。spring-boot-starter-test POM提供Spring TestJUnitHamcrest和Mockito的依赖。在spring-boot核心模块org.springframework.boot.test包下也有很多有用的测试工具。