HomeSort by relevance Sort by last modified time
    Searched refs:_mox (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver_unittest.py 45 self._mox = mox.Mox()
57 self._mock_modem_channel = self._mox.CreateMock(at_channel.ATChannel)
59 self._mock_mm_channel = self._mox.CreateMock(at_channel.ATChannel)
61 self._mock_task_loop = self._mox.CreateMock(task_loop.TaskLoop)
203 mock_test_machine = self._mox.CreateMock(self.TestMachine)
206 self._mox.ReplayAll()
215 self._mox.VerifyAll()
226 mock_test_machine = self._mox.CreateMock(self.TestMachine)
234 self._mox.ReplayAll()
237 self._mox.VerifyAll(
    [all...]
state_machine_unittest.py 30 self._mox = mox.Mox()
31 self._transceiver = self._mox.CreateMock(at_transceiver.ATTransceiver)
32 self._state = self._mox.CreateMock(global_state.GlobalState)
33 self._task_loop = self._mox.CreateMock(task_loop.TaskLoop)
34 self._modem_conf = self._mox.CreateMock(
58 self._mox = mox.Mox()
59 self._transceiver = self._mox.CreateMock(at_transceiver.ATTransceiver)
60 self._state = self._mox.CreateMock(global_state.GlobalState)
61 self._task_loop = self._mox.CreateMock(task_loop.TaskLoop)
62 self._modem_conf = self._mox.CreateMock
    [all...]
task_loop_unittest.py 25 self._mox = mox.Mox()
26 self._callback_mocker = self._mox.CreateMock(TaskLoopTestCase)
36 self._mox.ReplayAll()
39 self._mox.VerifyAll()
55 self._mox.ReplayAll()
59 self._mox.VerifyAll()
88 self._mox.VerifyAll()
98 self._mox.VerifyAll()
109 self._mox.VerifyAll()
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_identity_machine_unittest.py 23 self._mox = mox.Mox()
25 self._task_loop = self._mox.CreateMock(task_loop.TaskLoop)
26 self._transceiver = self._mox.CreateMock(at_transceiver.ATTransceiver)
51 self._mox.ReplayAll()
53 self._mox.VerifyAll()
73 self._mox.ReplayAll()
76 self._mox.VerifyAll()
90 self._mox.ReplayAll()
92 self._mox.VerifyAll()
request_response_unittest.py 24 self._mox = mox.Mox()
39 self._task_loop = self._mox.CreateMock(task_loop.TaskLoop)
40 self._transceiver = self._mox.CreateMock(at_transceiver.ATTransceiver)
86 self._mox.ReplayAll()
93 self._mox.VerifyAll()
123 self._mox.ReplayAll()
130 self._mox.VerifyAll()
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_channel_unittest.py 28 self._mox = mox.Mox()
37 self._mock_request_queue = self._mox.CreateMock(queue_class)
271 self._mox.ReplayAll()
273 self._mox.VerifyAll()
282 self._mox.ReplayAll()
286 self._mox.VerifyAll()
323 self._mox.ReplayAll()
326 self._mox.VerifyAll()
336 self._mox.ReplayAll()
340 self._mox.VerifyAll(
    [all...]

Completed in 182 milliseconds