-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
# 4.1 单元测试 | ||
|
||
## 单元测试 | ||
|
||
就是针对最小的功能单元(方法),编写测试代码对其进行正确性测试。 | ||
|
||
## 单元测试框架 Mockito | ||
|
||
![](https://csnotes.oss-cn-beijing.aliyuncs.com/photos/image-20240702223035387.png) | ||
|
||
## 为什么使用 mockito | ||
|
||
![](https://csnotes.oss-cn-beijing.aliyuncs.com/photos/image-20240702223114259.png) | ||
# 4.1 SpringBoot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 5.1 单元测试 | ||
|
||
## 单元测试 | ||
|
||
就是针对最小的功能单元(方法),编写测试代码对其进行正确性测试。 | ||
|
||
## 单元测试框架 Mockito | ||
|
||
![](https://csnotes.oss-cn-beijing.aliyuncs.com/photos/image-20240702223035387.png) | ||
|
||
## 为什么使用 mockito | ||
|
||
![](https://csnotes.oss-cn-beijing.aliyuncs.com/photos/image-20240702223114259.png) |