Home
last modified time | relevance | path

Searched refs:stringArrayRes (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp840 PreferencesValue stringArrayRes = pref1->Get(KEY_TEST_STRING_ARRAY_ELEMENT, defValue); in HWTEST_F() local
841 EXPECT_EQ(stringArrayRes.IsStringArray(), true); in HWTEST_F()
842 EXPECT_EQ(static_cast<std::vector<std::string>>(stringArrayRes), stringArray); in HWTEST_F()

Completed in 3 milliseconds