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

/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
H A Dmox.py178 """Raised if mocks should have been created by StubOutClassWithMocks."""
203 """Raised if too many mocks were created by StubOutClassWithMocks."""
337 def StubOutClassWithMocks(self, obj, attr_name): member in class:Mox
343 StubOutClassWithMocks, once you've stubbed out the class you may
364 # Example using StubOutClassWithMocks:
366 mox.StubOutClassWithMocks(my_import, 'FooClass')
850 See StubOutWithMock vs StubOutClassWithMocks for more detail.

Completed in 329 milliseconds