未验证 提交 8044eb3e 编写于 作者: O openharmony_ci 提交者: Gitee

!2869 issues:854,853,852,851,850

Merge pull request !2869 from 孙晨光/master
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "hctest.h" #include "hctest.h"
/** /**
* @tc.name: register a test suit named "StringTestSuite" * @tc.name: register a test suite named "StringTestSuite"
* @param: test subsystem name * @param: test subsystem name
* @param: example module name * @param: example module name
* @param: StringTestSuite test suit name * @param: StringTestSuite test suit name
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
LITE_TEST_SUIT(test, example, StringTestSuite); LITE_TEST_SUIT(test, example, StringTestSuite);
/** /**
* @tc.setup: define a setup for test suit, format:"StringTestSuite + SetUp" * @tc.setup: define a setup for test suite, format:"StringTestSuite + SetUp"
* @return: true——setup success * @return: true——setup success
*/ */
static BOOL StringTestSuiteSetUp() static BOOL StringTestSuiteSetUp()
...@@ -34,7 +34,7 @@ static BOOL StringTestSuiteSetUp() ...@@ -34,7 +34,7 @@ static BOOL StringTestSuiteSetUp()
} }
/** /**
* @tc.teardown: define a setup for test suit, format:"StringTestSuite + TearDown" * @tc.teardown: define a setup for test suite, format:"StringTestSuite + TearDown"
* @return: true——teardown success * @return: true——teardown success
*/ */
static BOOL StringTestSuiteTearDown() static BOOL StringTestSuiteTearDown()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册