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

  /external/chromium_org/third_party/protobuf/python/
mox.py 83 # 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 aware of MockAnything's state (record or replay)
    [all...]
  /external/protobuf/python/
mox.py 83 # 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 aware of MockAnything's state (record or replay)
    [all...]

Completed in 35 milliseconds