Skip to content

Commit f1c0384

Browse files
author
bluetata
committed
Update readme file
1 parent 10f3adc commit f1c0384

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
- [X] [Junit 5 动态测试](/src/test/java/com/example/junit5/test/dynamic) (已实现)
1313
- [X] [Junit 5 断言测试](/src/test/java/com/example/junit5/test/assertions) (已实现)
1414
- [X] [Junit 5 假定测试](/src/test/java/com/example/junit5/test/assumptions) (已实现)
15-
- [ ] [Junit 5 嵌套测试]() (做成中...)
16-
- [X] [Junit 5 忽略/无效部分测试用例](/src/test/java/com/example/junit5/test/disable) (已实现)
15+
- [X] [Junit 5 嵌套测试](/src/test/java/com/example/junit5/test/nested) (已实现)
16+
- [X] [Junit 5 忽略/禁用部分测试用例](/src/test/java/com/example/junit5/test/disable) (已实现)
1717
- [ ] [Junit 5 异常控制测试]() (doing...)
1818
- [X] [Junit 5 对Spring Boot项目测试用例](/src/test/java/com/example/junit5/test/springboot) (已实现)
1919
- [ ] [Jenkins + Maven 集成 Junit 5 + TestNG 进行自动化测试]() (做成中...)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository contains some examples of JUnit 5
1212
- [X] [Junit 5 Dynamic Test](/src/test/java/com/example/junit5/test/dynamic) (done)
1313
- [X] [Junit 5 Assertions Test](/src/test/java/com/example/junit5/test/assertions) (done)
1414
- [X] [Junit 5 Assumptions Test](/src/test/java/com/example/junit5/test/assumptions) (done)
15-
- [ ] [Junit 5 Nested Test]() (doing...)
15+
- [X] [Junit 5 Nested Test](/src/test/java/com/example/junit5/test/nested) (done)
1616
- [X] [Junit 5 Ignore/Disable parts of Test Case](/src/test/java/com/example/junit5/test/disable) (done)
1717
- [ ] [Junit 5 Exception Control Test]() (doing...)
1818
- [X] [Junit 5 Spring Boot Test Sample](/src/test/java/com/example/junit5/test/springboot) (done)

0 commit comments

Comments
 (0)