Home
last modified time | relevance | path

Searched refs:GetListPartStringTest (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_list_format_test.cpp273 std::string GetListPartStringTest(JSThread *thread, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedV… in GetListPartStringTest() function
320 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, element1).c_str(), "element"); in HWTEST_F_L0()
321 EXPECT_STREQ(GetListPartStringTest(thread, valueKey, element1).c_str(), "苹果"); in HWTEST_F_L0()
322 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, literal1).c_str(), "literal"); in HWTEST_F_L0()
323 EXPECT_STREQ(GetListPartStringTest(thread, valueKey, literal1).c_str(), "、"); in HWTEST_F_L0()
324 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, element2).c_str(), "element"); in HWTEST_F_L0()
325 EXPECT_STREQ(GetListPartStringTest(thread, valueKey, element2).c_str(), "梨子"); in HWTEST_F_L0()
326 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, literal2).c_str(), "literal"); in HWTEST_F_L0()
327 EXPECT_STREQ(GetListPartStringTest(thread, valueKey, literal2).c_str(), "和"); in HWTEST_F_L0()
328 EXPECT_STREQ(GetListPartStringTest(thread, typeKey, element3).c_str(), "element"); in HWTEST_F_L0()
[all …]