41. 测试

Spring Boot提供了许多工具类及注解来帮助您测试程序。测试的支持由两个模块提供:spring-boot-test包含核心项,spring-boot-test-autoconfigure支持关于测试的自动配置。

大多数开发者仅需使用spring-boot-starter-test“启动器”将Spring Boot的两个测试模块都引入了,而且还有JUnit、AssertJ、Hamcrest以及其他一些有用的库。


书籍推荐