Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp844 PreferencesValue boolArrayRes = pref1->Get(KEY_TEST_BOOL_ARRAY_ELEMENT, defValue); in HWTEST_F() local
845 EXPECT_EQ(boolArrayRes.IsBoolArray(), true); in HWTEST_F()
846 EXPECT_EQ(static_cast<std::vector<bool>>(boolArrayRes), boolArray); in HWTEST_F()

Completed in 2 milliseconds