a1023293003 / eromana

当然是个人博客的仓库啦
0 stars 0 forks source link

Java - Junit 5 - SpringBoot #2

Open a1023293003 opened 4 years ago

a1023293003 commented 4 years ago

目标:熟悉Junit 5 的完整使用方法,以及日常在单元测试中如何简易的使用,还有如何与 SpringBoot 整合。

a1023293003 commented 4 years ago

JUnit 5 User Guide https://junit.org/junit5/docs/current/user-guide/ JUnit 5 Test Suites Examples https://howtodoinjava.com/junit5/junit5-test-suites-examples/ Maven + Junit5下的测试套件(JunitSuite)编写 https://blog.csdn.net/u012150933/article/details/84857399 Spring Boot学习笔记(五)—— 使用JUnit5编写单元测试 https://blog.csdn.net/swift0824/article/details/83928694 SpringBoot 优雅的进行单元测试 https://blog.csdn.net/cml_blog/article/details/82820753 SpringBoot系列: 单元测试 https://www.cnblogs.com/harrychinese/p/springboot_unittesting.html JUnit5 快速指南 https://www.cnblogs.com/jingmoxukong/p/10162245.html JUnit 5 用户指南 https://sjyuan.club/junit5/5.3.0/user-guide-cn/#33-%E6%98%BE%E7%A4%BA%E5%90%8D%E7%A7%B0