Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/network_ShillInitScripts/
Dnetwork_ShillInitScripts.py259 def assure_method_calls(self, expected_method_calls, assertion_name): argument
268 if len(expected_method_calls) != len(method_calls):
271 for expected, actual in zip(expected_method_calls, method_calls):