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

  /development/scripts/
divide_and_compress_test.py 31 import mox namespace
49 self.my_mox = mox.Mox()
75 mox.Replay(os.stat)
143 dest_zip = mox.MockObject(zipfile.ZipFile)
155 self.my_mox = mox.Mox()
267 self.my_mox = mox.Mox()
352 self.my_mox = mox.Mox(
    [all...]
  /external/protobuf/python/
mox.py 20 """Mox, an object-mocking framework for Python.
22 Mox works in the record-replay-verify paradigm. When you first create
41 # Create Mox factory
42 my_mox = Mox()
150 class Mox(object):
151 """Mox: a factory for creating mock objects."""
159 """Initialize a new Mox."""
752 """Base class for all Mox comparators.
1087 *args: One or more Mox comparators
    [all...]

Completed in 53 milliseconds