OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertCalls
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/devil/devil/android/
battery_utils_test.py
110
with self.
assertCalls
(
119
with self.
assertCalls
(
128
with self.
assertCalls
(
142
with self.
assertCalls
(
165
with self.
assertCalls
(
186
with self.
assertCalls
(
229
with self.
assertCalls
(
250
with self.
assertCalls
(
258
with self.
assertCalls
(
274
with self.
assertCalls
(
[
all
...]
device_utils_test.py
93
with self.
assertCalls
(
238
with self.
assertCalls
(
272
with self.
assertCalls
(
279
with self.
assertCalls
(
285
with self.
assertCalls
(
322
with self.
assertCalls
(
331
with self.
assertCalls
(
340
with self.
assertCalls
(
352
with self.
assertCalls
(
363
with self.
assertCalls
(
[
all
...]
fastboot_utils_test.py
107
with self.
assertCalls
(
117
with self.
assertCalls
(
123
with self.
assertCalls
(
132
with self.
assertCalls
(
146
with self.
assertCalls
(
161
with self.
assertCalls
(
170
with self.
assertCalls
(
/external/chromium-trace/catapult/devil/devil/utils/
lsusb_test.py
224
with self.
assertCalls
(
232
with self.
assertCalls
(
240
with self.
assertCalls
(
mock_calls_test.py
115
with self.
assertCalls
(
135
with self.
assertCalls
(self.call.adb.IsOnline()):
141
with self.
assertCalls
(self.call.adb.IsOnline()):
146
with self.
assertCalls
(self.call.adb.IsOnline()):
154
with self.
assertCalls
(self.call.adb.IsOnline()):
160
with self.
assertCalls
():
166
with self.
assertCalls
():
mock_calls.py
18
"""Adds
assertCalls
to TestCase objects."""
146
def
assertCalls
(self, *calls):
179
return self.
assertCalls
((call, action))
Completed in 653 milliseconds