mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Update index.zh-CN.md
Fix translation inconsistency: Update incorrect term "组建" to the correct term "组件" at line 645.
This commit is contained in:
@@ -642,7 +642,7 @@ fn test_println_output() {
|
||||
|
||||
如你所想,我们可以创建更多的测试函数:例如一个用来测试当打印一个很长的且包装正确的行时是否会发生panic的函数,或是一个用于测试换行符、不可打印字符、非unicode字符是否能被正确处理的函数。
|
||||
|
||||
在这篇文章的剩余部分,我们还会解释如何创建一个 _集成测试_ 以测试不同组建之间的交互。
|
||||
在这篇文章的剩余部分,我们还会解释如何创建一个 _集成测试_ 以测试不同组件之间的交互。
|
||||
|
||||
## 集成测试
|
||||
|
||||
|
||||
Reference in New Issue
Block a user