Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 4.25 KB

File metadata and controls

73 lines (53 loc) · 4.25 KB

spring-boot-starter-test 启动器能引入这些 Spring Boot 测试模块:

    JUnit:Java 应用程序单元测试标准类库。
    Spring Test & Spring Boot Test:Spring Boot 应用程序功能集成化测试支持。
    Mockito:一个Java Mock测试框架。
    AssertJ:一个轻量级的断言类库。
    Hamcrest:一个对象匹配器类库。
    JSONassert:一个用于JSON的断言库。
    JsonPath:一个JSON操作类库。
重要 测试金字塔实战---一个微服务应用测试例子 重要 Testing in Spring Boot ---- test framework for spring boot JAVA程序员如何写单元测试
Software Testing Tutorial - Learn Unit Testing and Integration Testing CRUD JUnit Tests for Spring Data JPA - Testing Repository Layer

目录

视频

有用的参考