TestCenter Reference
|
Public Member Functions | |
__init__ (self, seconds) | |
extendTimeout (self, seconds) | |
getSecondsRemaining (self) | |
isExpired (self) | |
Public Attributes | |
start | |
availableSeconds | |
TestCenterAdvanced.Master.TestCaseTimer.__init__ | ( | self, | |
seconds ) |
TestCenterAdvanced.Master.TestCaseTimer.extendTimeout | ( | self, | |
seconds ) |
Definition at line 55 of file Master.py.
References TestCenterAdvanced.Master.TestCaseTimer.availableSeconds.
TestCenterAdvanced.Master.TestCaseTimer.getSecondsRemaining | ( | self | ) |
Definition at line 58 of file Master.py.
References TestCenterAdvanced.Master.TestCaseTimer.availableSeconds, and TestCenterAdvanced.Master.TestCaseTimer.start.
Referenced by TestCenterAdvanced.Master.TestCaseTimer.isExpired().
TestCenterAdvanced.Master.TestCaseTimer.isExpired | ( | self | ) |
Definition at line 62 of file Master.py.
References TestCenterAdvanced.Master.TestCaseTimer.getSecondsRemaining().
TestCenterAdvanced.Master.TestCaseTimer.availableSeconds |
Definition at line 53 of file Master.py.
Referenced by TestCenterAdvanced.Master.TestCaseTimer.extendTimeout(), and TestCenterAdvanced.Master.TestCaseTimer.getSecondsRemaining().
TestCenterAdvanced.Master.TestCaseTimer.start |
Definition at line 52 of file Master.py.
Referenced by TestCenterAdvanced.Master.TestCaseTimer.getSecondsRemaining().