“ spring-boot-starter-testStarter”(在test scope中)包含以下提供的库:
spring-boot-starter-test
test
scope
JUnit 5arrow-up-right:单元测试 Java 应用程序的事实标准。
Spring Testarrow-up-right & Spring Boot Test:Spring Boot 应用程序的实用程序和集成测试支持。
AssertJarrow-up-right:一个流畅的断言库。
Hamcrestarrow-up-right:匹配器对象库(也称为约束或谓词)。
Mockitoarrow-up-right:Java 模拟框架。
JSONassertarrow-up-right : JSON 的断言库。
JsonPatharrow-up-right:JSON 的 XPath。
我们通常发现这些通用库在编写测试时很有用。如果这些库不适合您的需求,您可以添加自己的其他测试依赖项。
最后更新于2年前