pingspice.test.scripts.testbase.TestCase(MsgBase, unittest.TestCase)
class documentation
Part of pingspice.test.scripts.testbase
(View In Hierarchy)
Known subclasses: pingspice.test.scripts.testbase.CapacitorTestBase, pingspice.test.scripts.testbase.FinderBase
Slightly improved TestCase.
Instance Variable | shutdownables | Append an object with a shutdown method to this list to have that
method called during tearDown . |
Method | __init__ | Undocumented |
Method | tearDown | Undocumented |
Method | st | Undocumented |
Method | oops | Undocumented |
Method | deferToDelay | Undocumented |
Method | doCleanups | Undocumented |
Method | getV_at_t | Returns the value of vector name in the supplied instance V of a subclass of VectorsBase that is closest to the specified time t. |
Method | plot | Undocumented |
Method | multiplerator | Undocumented |
Method | checkOccurrences | Undocumented |
Method | checkBegins | Undocumented |
Method | checkProducesFile | Undocumented |
Method | runerator | Undocumented |
Method | assertPattern | Undocumented |
Method | assertStringsEqual | Undocumented |
Method | assertNone 0 | Undocumented |
Method | assertItemsAlmostEqual | Undocumented |
Method | assertWithinOnePercent | Undocumented |
Method | assertWithinFivePercent | Undocumented |
Method | assertWithinTenPercent | Undocumented |
Method | assertBetween | Undocumented |
Method | assertInItem | Undocumented |
Method | assertNotInItem | Undocumented |
Method | assertNone | Undocumented |
Inherited from MsgBase:
Method | isVerbose | Undocumented |
Method | verboserator | Undocumented |
Method | msg | Undocumented |
shutdownables =
Append an object with a shutdown method to this list to have that
method called during
tearDown
.