Part of pida.utils.testing.mock View In Hierarchy
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 69 | Method | __init__ | The Mock class constructor takes a dictionary of method names and |
| 94 | Method | _setupSubclassMethodInterceptors | Undocumented |
| 103 | Method | __getattr__ | Undocumented |
| 106 | Method | mockAddReturnValues | Undocumented |
| 109 | Method | mockSetExpectation | Undocumented |
| 112 | Method | _checkInterfaceCall | Check that a call to a method of the given name to the original |
| 148 | Method | mockGetAllCalls | Return a list of MockCall objects, |
| 156 | Method | mockGetNamedCalls | Return a list of MockCall objects, |
| 164 | Method | mockCheckCall | test that the index-th call had the specified name and parameters |