| 
    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 56 of file Master.py.
References TestCenterAdvanced.Master.TestCaseTimer.availableSeconds.
| TestCenterAdvanced.Master.TestCaseTimer.getSecondsRemaining | ( | self | ) | 
Definition at line 59 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 63 of file Master.py.
References TestCenterAdvanced.Master.TestCaseTimer.getSecondsRemaining().
| TestCenterAdvanced.Master.TestCaseTimer.availableSeconds | 
Definition at line 54 of file Master.py.
Referenced by TestCenterAdvanced.Master.TestCaseTimer.extendTimeout(), and TestCenterAdvanced.Master.TestCaseTimer.getSecondsRemaining().
| TestCenterAdvanced.Master.TestCaseTimer.start | 
Definition at line 53 of file Master.py.
Referenced by TestCenterAdvanced.Master.TestCaseTimer.getSecondsRemaining().