TestCenter Reference
|
Public Member Functions | |
def | __init__ (self, seconds) |
def | extendTimeout (self, seconds) |
def | getSecondsRemaining (self) |
def | isExpired (self) |
Public Attributes | |
start | |
availableSeconds | |
def TestCenterAdvanced.Master.TestCaseTimer.__init__ | ( | self, | |
seconds | |||
) |
def TestCenterAdvanced.Master.TestCaseTimer.extendTimeout | ( | self, | |
seconds | |||
) |
Definition at line 56 of file Master.py.
References TestCenterAdvanced.Master.TestCaseTimer.availableSeconds.
def 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().
def 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().