Searched defs:packets (Results 1 – 2 of 2) sorted by relevance
28 MockConnection(std::vector<std::string> &packets) { m_packets = &packets; }; in MockConnection()
63 def assertPacketLogContains(self, packets, log=None): argument