Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_from_char_code_test.cpp100 EtsString *expectedCompressedString = EtsString::CreateFromMUtf8("Helloff\n"); in TEST_F() local
104 ASSERT_TRUE(coretypes::String::StringsAreEqual(expectedCompressedString->GetCoreType(), in TEST_F()
110 EtsString *expectedCompressedString = EtsString::CreateFromMUtf8("A"); in TEST_F() local
113 ASSERT_TRUE(coretypes::String::StringsAreEqual(expectedCompressedString->GetCoreType(), in TEST_F()
118 ASSERT_TRUE(coretypes::String::StringsAreEqual(expectedCompressedString->GetCoreType(), in TEST_F()
230 EtsString *expectedCompressedString = EtsString::CreateFromMUtf8("\x01"); in TEST_F() local
233 ASSERT_TRUE(coretypes::String::StringsAreEqual(expectedCompressedString->GetCoreType(), in TEST_F()
238 ASSERT_TRUE(coretypes::String::StringsAreEqual(expectedCompressedString->GetCoreType(), in TEST_F()