Searched refs:UtilsStringTest (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_string_test.cpp | 26 class UtilsStringTest : public testing::Test class 35 void UtilsStringTest::SetUpTestCase(void) in SetUpTestCase() 39 void UtilsStringTest::TearDownTestCase(void) in TearDownTestCase() 43 void UtilsStringTest::SetUp(void) in SetUp() 47 void UtilsStringTest::TearDown(void) in TearDown() 59 HWTEST_F(UtilsStringTest, test_strupper_01, TestSize.Level0) 71 HWTEST_F(UtilsStringTest, test_strupper_02, TestSize.Level0) 87 HWTEST_F(UtilsStringTest, test_strlower_01, TestSize.Level0) 99 HWTEST_F(UtilsStringTest, test_strlower_02, TestSize.Level0) 150 HWTEST_F(UtilsStringTest, test_strtrim_01, TestSize.Level0) [all …]
|
H A D | BUILD.gn | 30 ohos_unittest("UtilsStringTest") { 324 ":UtilsStringTest",
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c-utils-guide-string.md | 47 run -t UT -tp utils -ts UtilsStringTest
|