spring boot test getting started:Spring测试入门 源码
Spring测试入门 Spring Boot提供了许多实用程序和注释,可以在测试应用程序时提供帮助。 测试支持由两个模块提供: spring-boot-test :包含核心项 spring-boot-test-autoconfigure : spring-boot-test-autoconfigure配置。 描述 依存关系 org.springframework.boot spring-boot-starter-test spring-boot-starter-test包含以下库: JUnit 5 :用于对Java应用程序进行单元测试的事实上的标准。 Spring Test和Spring Boot Test:对Spring Boot应用程序的实用程序和集成测试支持。 AssertJ :流畅的断言库。 Hamcrest :匹配对象库(也称为约束或谓词)。 Mockito :一个
文件列表
spring-boot-test-getting-started-main.zip
(预估有个24文件)
spring-boot-test-getting-started-main
gradlew.bat
3KB
gradlew
6KB
gradle
wrapper
gradle-wrapper.jar
58KB
gradle-wrapper.properties
202B
src
test
kotlin
暂无评论