如果使用了spring-boot-starter-test“启动器”(scope为test),将得到以下库:
spring-boot-starter-test
scope
test
默认下Spring Boot使用Mockito 1.x,如果想也可以换成2.x。
这些是我们通常在编写测试时用到的常用库。如果这些库无法满足您的需求,也可以自行添加额外的测试依赖。