Skip to content

Three-tier architecture unit testing of Spring Boot and MyBatis

Notifications You must be signed in to change notification settings

AhianZhang/test-resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot + Mybatis 单元测试

Java CI with Maven codecov

为什么会有此仓库

  1. 帮助 TDD 开发者快速熟悉 Spring 体系的单元测试工具
  2. 提升自身能力,高效编程,减少因自身原因导致的 996 工作模式

涉及的工具及框架

  • spring-boot-starter-test(Spring 体系使用的单元测试框架集合)
    • JUnit 5
    • Mockito
    • MockMvc
    • Harmcrest
  • mybatis-spring-boot-starter-test (MyBatis 官方对单元测试的支持 lib)
  • allure-junit5 (allure 测试报告插件)

当前进度

  • Api 层验证 JSON 传输解析的正确性
  • Service 层验证业务逻辑的正确性
  • DAO 层验证 SQL 的正确性

参与贡献

fork

git clone your-forked-repo

update local repo

git push

pull request

如果本项目对你有帮助,请给个 star