|
TestCenter Reference
|
Public Member Functions | |
| __init__ (self, seconds) | |
| extendTimeout (self, seconds) | |
| getSecondsRemaining (self) | |
| isExpired (self) | |
Public Attributes | |
| start = time.monotonic() | |
| availableSeconds = seconds | |
| TestCenterAdvanced.Master.TestCaseTimer.__init__ | ( | self, | |
| seconds ) |
| TestCenterAdvanced.Master.TestCaseTimer.extendTimeout | ( | self, | |
| seconds ) |
Definition at line 59 of file Master.py.
References availableSeconds.
| TestCenterAdvanced.Master.TestCaseTimer.getSecondsRemaining | ( | self | ) |
Definition at line 62 of file Master.py.
References availableSeconds, and start.
Referenced by isExpired().
| TestCenterAdvanced.Master.TestCaseTimer.isExpired | ( | self | ) |
Definition at line 66 of file Master.py.
References getSecondsRemaining().
| TestCenterAdvanced.Master.TestCaseTimer.availableSeconds = seconds |
Definition at line 57 of file Master.py.
Referenced by extendTimeout(), and getSecondsRemaining().
| TestCenterAdvanced.Master.TestCaseTimer.start = time.monotonic() |
Definition at line 56 of file Master.py.
Referenced by getSecondsRemaining().