Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dmock_delegates.h224 test_dict_.Set("test", new base::DictionaryValue); in MockCloudDelegate()
225 EXPECT_CALL(*this, GetLegacyState()).WillRepeatedly(ReturnRef(test_dict_)); in MockCloudDelegate()
227 .WillRepeatedly(ReturnRef(test_dict_)); in MockCloudDelegate()
228 EXPECT_CALL(*this, GetTraits()).WillRepeatedly(ReturnRef(test_dict_)); in MockCloudDelegate()
229 EXPECT_CALL(*this, GetComponents()).WillRepeatedly(ReturnRef(test_dict_)); in MockCloudDelegate()
235 base::DictionaryValue test_dict_; variable