TestCenter Reference
|
Public Member Functions | |
def | __init__ (self) |
def | reset (self, testCaseCount) |
Public Attributes | |
activeTestCase | |
finishedTestCases | |
testCaseCount | |
def TestCenterAdvanced.Master.TestProgress.__init__ | ( | self | ) |
def TestCenterAdvanced.Master.TestProgress.reset | ( | self, | |
testCaseCount | |||
) |
Definition at line 204 of file Master.py.
References TestCenterAdvanced.Master.TestProgress.activeTestCase, TestCenterAdvanced.Master.TestProgress.finishedTestCases, and TestCenterAdvanced.Master.TestProgress.testCaseCount.
TestCenterAdvanced.Master.TestProgress.activeTestCase |
Definition at line 200 of file Master.py.
Referenced by TestCenterAdvanced.Master.TestProgress.reset().
TestCenterAdvanced.Master.TestProgress.finishedTestCases |
Definition at line 201 of file Master.py.
Referenced by TestCenterAdvanced.Master.TestProgress.reset().
TestCenterAdvanced.Master.TestProgress.testCaseCount |
Definition at line 202 of file Master.py.
Referenced by TestCenterAdvanced.Master.TestProgress.reset().