Searched refs:GetListPartStringTest (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_list_format_test.cpp | 222 std::string GetListPartStringTest(JSThread *thread, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedV… in GetListPartStringTest() function 254 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, element1).c_str(), "element"); in HWTEST_F_L0() 255 EXPECT_STREQ(GetListPartStringTest(thread, valueKey, element1).c_str(), "苹果"); in HWTEST_F_L0() 256 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, literal1).c_str(), "literal"); in HWTEST_F_L0() 257 EXPECT_STREQ(GetListPartStringTest(thread, valueKey, literal1).c_str(), "、"); in HWTEST_F_L0() 258 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, element2).c_str(), "element"); in HWTEST_F_L0() 259 EXPECT_STREQ(GetListPartStringTest(thread, valueKey, element2).c_str(), "梨子"); in HWTEST_F_L0() 260 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, literal2).c_str(), "literal"); in HWTEST_F_L0() 261 EXPECT_STREQ(GetListPartStringTest(thread, valueKey, literal2).c_str(), "和"); in HWTEST_F_L0() 262 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, element3).c_str(), "element"); in HWTEST_F_L0() [all …]
|