Skip to content

Commit c1e2e59

Browse files
committed
feat:[JUnit 5 单元测试教程](https://www.wdbyte.com/java/junit5.html)
1 parent f903692 commit c1e2e59

4 files changed

Lines changed: 2 additions & 63 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818

1919
## ⏳ Java 开发
20+
- [JUnit5 单元测试教程](https://www.wdbyte.com/java/junit5.html)
2021
- [使用 StringUtils.split 的坑](https://www.wdbyte.com/java/stringutils_split.html)
2122
- [必应壁纸,我的第一个 400 Star 开源项目](https://www.wdbyte.com/bing-wallpaper-400.html)
2223
- [Java 中的对象池化](https://www.wdbyte.com/java/object-pool.html)

junit5-jupiter-starter/src/main/java/com/wdbyte/junit5/Calculator.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

junit5-jupiter-starter/src/test/java/com/wdbyte/junit5/CalculatorTest.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

tool-java-jackson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## tool-java-jackson
22

33
### 相关文章
4-
- [Jackson 解析 JSON 教程](https://www.wdbyte.com/tool/jackson.html)
4+
- [Jackson 解析 JSON 详细教程](https://www.wdbyte.com/tool/jackson.html)

0 commit comments

Comments
 (0)