From 70cbc357070cfc7a0858ec03c027a60c89345dce Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Thu, 30 Jun 2022 08:15:58 +0000 Subject: [PATCH] update en/device-dev/subsystems/subsys-testguide-test.md. Signed-off-by: king_he <6384784@qq.com> --- en/device-dev/subsystems/subsys-testguide-test.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/en/device-dev/subsystems/subsys-testguide-test.md b/en/device-dev/subsystems/subsys-testguide-test.md index 60bdfb48f0..292323e87f 100644 --- a/en/device-dev/subsystems/subsys-testguide-test.md +++ b/en/device-dev/subsystems/subsys-testguide-test.md @@ -218,9 +218,8 @@ Example: } ``` The following test case templates are provided for your reference. - | Type | Description | - | ------------| ------------| + | ------------ | ------------ | | HWTEST(A,B,C) | Use this template if the test case execution does not depend on setup or teardown. | | HWTEST_F(A,B,C) | Use this template if the test case execution (excluding parameters) depends on setup and teardown. | | HWTEST_P(A,B,C) | Use this template if the test case execution (including parameters) depends on setup and teardown. | @@ -235,9 +234,8 @@ Example: - The test case level must be specified. - It is recommended that the test be implemented step by step according to the template. - The comment must contain the test case name, description, type, and requirement number, which are in the @tc.*xxx*: *value* format. The test case type @**tc.type** can be any of the following: - | Test Case Type | Code | - | ------------ |------------ | + | ------------ | ------------ | | Function test | FUNC | | Performance test | PERF | | Reliability test | RELI | -- GitLab