Searched refs:expected_msg (Results 1 – 3 of 3) sorted by relevance
/external/libweave/src/notification/ |
D | xmpp_iq_stanza_handler_unittest.cc | 85 std::string expected_msg = "<iq id='1' type='set'><body/></iq>"; in TEST_F() local 86 EXPECT_CALL(mock_xmpp_channel_, SendMessage(expected_msg)).Times(1); in TEST_F() 89 expected_msg = "<iq id='2' type='get'><body/></iq>"; in TEST_F() 90 EXPECT_CALL(mock_xmpp_channel_, SendMessage(expected_msg)).Times(1); in TEST_F() 93 expected_msg = "<iq id='3' type='query' from='foo@bar'><body/></iq>"; in TEST_F() 94 EXPECT_CALL(mock_xmpp_channel_, SendMessage(expected_msg)).Times(1); in TEST_F() 97 expected_msg = "<iq id='4' type='query' to='foo@bar'><body/></iq>"; in TEST_F() 98 EXPECT_CALL(mock_xmpp_channel_, SendMessage(expected_msg)).Times(1); in TEST_F() 101 expected_msg = "<iq id='5' type='query' from='foo@bar' to='baz'><body/></iq>"; in TEST_F() 102 EXPECT_CALL(mock_xmpp_channel_, SendMessage(expected_msg)).Times(1); in TEST_F() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_compose.py | 63 expected_msg = ( 66 self.assertIn(expected_msg, stderr) 72 expected_msg = ('CommandException: A version-specific URL (%s) ' 75 self.assertIn(expected_msg, stderr) 136 expected_msg = ('CommandException: "compose" called on URL with ' 138 self.assertIn(expected_msg, stderr) 143 expected_msg = ('CommandException: "compose" called on URL with ' 145 self.assertIn(expected_msg, stderr)
|
/external/v8/tools/release/ |
D | test_scripts.py | 658 def _TestSquashCommits(self, change_log, expected_msg): argument 671 self.assertEquals(FileToText(TEST_CONFIG["COMMITMSG_FILE"]), expected_msg)
|