Searched refs:expected_attrs (Results 1 – 2 of 2) sorted by relevance
/external/libweave/src/notification/ |
D | xmpp_stream_parser_unittest.cc | 92 const std::map<std::string, std::string> expected_attrs{{"bar", "baz"}, in TEST_F() local 94 EXPECT_EQ(expected_attrs, stream_start_node_attributes_); in TEST_F() 108 const std::map<std::string, std::string> expected_attrs{{"bar", "baz"}, in TEST_F() local 110 EXPECT_EQ(expected_attrs, stream_start_node_attributes_); in TEST_F()
|
D | xml_node_unittest.cc | 100 const std::map<std::string, std::string> expected_attrs{{"attr1", "val1"}, in TEST_F() local 102 EXPECT_EQ(expected_attrs, node_->attributes()); in TEST_F()
|