...3.2.4 存储器测试方法 存储器的测试方法主要有直接存取测试(direct access testing)、内建自测试 (BIST)和宏测试(macro testing) [39] 。
基于30个网页-相关网页
这个宏需要一个字符串作为测试套件的名称。
The macro expects a string that is the name of the test suite.
我们稍后研究这些宏及其内容,但是先看看使用这个测试套件的客户机代码(见 清单 11)。
We'll examine these macros and their contents in a moment, but first, take a look at the client code in Listing 11, which uses this test suite.
注意,RUN_ALL_TESTS自动地探测并运行用test宏定义的所有测试。
Note that RUN_ALL_TESTS automatically detects and runs all the tests defined using the test macro.
应用推荐