View on GitHub

spring-boot-in-action

Spring Boot 实战笔记

用 CLI 运行测试

编写针对 ReadingListController 的测试:

运行测试:

spring test tests/ReadingListControllerTest.groovy

如果tests/目录 里有多个测试,你想要全部运行,可以在 test 命令中指定目录名:

spring test tests