Searched refs:MockMethod (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/python/
H A Dmox.py83 # expected_methods: A sequence of MockMethod objects that should have been
85 expected_methods: [MockMethod]
113 # unexpected_method: MockMethod that was called but was not at the head of
115 # expected: MockMethod or UnorderedGroup the method should have
117 unexpected_method: MockMethod
118 expected: MockMethod or UnorderedGroup
281 A new MockMethod is returned that is aware of the MockAnything's
283 by the MockMethod's __call__.
290 A new MockMethod aware of MockAnything's state (record or replay).
303 A new MockMethod awar
510 class MockMethod(object): class in inherits:object
[all...]
/external/protobuf/python/
H A Dmox.py83 # expected_methods: A sequence of MockMethod objects that should have been
85 expected_methods: [MockMethod]
113 # unexpected_method: MockMethod that was called but was not at the head of
115 # expected: MockMethod or UnorderedGroup the method should have
117 unexpected_method: MockMethod
118 expected: MockMethod or UnorderedGroup
281 A new MockMethod is returned that is aware of the MockAnything's
283 by the MockMethod's __call__.
290 A new MockMethod aware of MockAnything's state (record or replay).
303 A new MockMethod awar
510 class MockMethod(object): class in inherits:object
[all...]

Completed in 169 milliseconds