Searched defs:Mox (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/python/
H A Dmox.py20 """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): class in inherits: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
1359 """Adds Mox cleanu
[all...]
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
H A Dmox.py18 """Mox, an object-mocking framework for Python.
20 Mox works in the record-replay-verify paradigm. When you first create
37 WARNING! Mock objects created by Mox are not thread-safe. If you are
44 # Create Mox factory
45 my_mox = Mox()
231 class Mox(object): class in inherits:object
232 """Mox: a factory for creating mock objects."""
239 """Initialize a new Mox."""
1328 """Base class for all Mox comparators.
1721 # This happens because Mox use
[all...]

Completed in 109 milliseconds