pingspice.test.scripts.testbase.AlterationChecker(MsgBase)
class documentation
Part of pingspice.test.scripts.testbase
(View In Hierarchy)
No class docstring
Method | __init__ | Undocumented |
Method | alter | Undocumented |
Method | altermod | Undocumented |
Method | av | Undocumented |
Method | fDev | Undocumented |
Method | fModel | Undocumented |
Method | fAV | Undocumented |
Method | ea | Adds an expected 'alter' call. |
Method | eam | Adds an expected 'altermod' call. |
Method | eav | Adds an expected call to fAV ,
with (1) a regexp pattern for the AV object's string representation and (2)
possibly also its value. |
Method | check | Returns the first expected call that was not made, or a string reporting
an unexpected call, or None if all expected calls were
made. |
Inherited from MsgBase:
Method | isVerbose | Undocumented |
Method | verboserator | Undocumented |
Method | msg | Undocumented |
def
eav(self, *args):
Adds an expected call to fAV
,
with (1) a regexp pattern for the AV object's string representation and (2)
possibly also its value.