Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dcoap.py322 … binded_uri_path = self._mid_to_uri_path_binder.get_uri_path_for(self.message_id, self.token)
359 def get_uri_path_for(self, message_id, token): member in CoapMessageIdToUriPathBinder
Dtest_coap.py500 self.assertEqual(uri_path, binder.get_uri_path_for(message_id, token))
511 self.assertRaises(RuntimeError, binder.get_uri_path_for, message_id, token)