Searched refs:Mox (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/closure_linter/closure_linter/
H A Drunner_test.py50 self.mox = mox.Mox()
/external/chromium_org/third_party/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/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...]

Completed in 85 milliseconds