未验证 提交 aa0bb263 编写于 作者: A Austin 提交者: Gitee

update zh-cn/device-dev/subsystems/subsys-xts-guide.md.

Signed-off-by: NAustin23 <liaozhiqi7@huawei.com>
上级 b11619e9
......@@ -143,15 +143,12 @@ XTS子系统当前包括acts与tools软件包:
4. 使用宏定义LITE_TEST_CASE写测试用例
包括三个参数:测试套件名称,测试用例名称,用例属性(测试类型、用例粒度、用例级别)。
```
LITE_TEST_CASE(IntTestSuite, TestCase001, Function | MediumTest | Level1)
{
//do something
};
```
5. 使用宏定义 RUN_TEST_SUITE注册测试套件
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册