| |
- __builtin__.object
-
- MockFunctionCall
- MockObject
- MockTimer
- MockTrace
class MockTimer(__builtin__.object) |
|
A mock timer to fake out the timing for a module.
Args:
module: module to fake out the time |
|
Methods defined here:
- Restore(self)
- SetTime(self, time)
- __del__(self)
- __init__(self, module=None)
- sleep(self, time)
- time(self)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class MockTrace(__builtin__.object) |
| |
Methods defined here:
- __init__(self)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |