TestCenter Reference
TestCenterAdvanced.Master.TestProgress Class Reference

Public Member Functions

 __init__ (self)
 reset (self, testCaseCount)

Public Attributes

 activeTestCase = None
list finishedTestCases = []
int testCaseCount = 0

Detailed Description

Definition at line 197 of file Master.py.

Constructor & Destructor Documentation

◆ __init__()

TestCenterAdvanced.Master.TestProgress.__init__ ( self)

Definition at line 198 of file Master.py.

Member Function Documentation

◆ reset()

TestCenterAdvanced.Master.TestProgress.reset ( self,
testCaseCount )

Definition at line 203 of file Master.py.

References activeTestCase, finishedTestCases, and testCaseCount.

Member Data Documentation

◆ activeTestCase

TestCenterAdvanced.Master.TestProgress.activeTestCase = None

Definition at line 199 of file Master.py.

Referenced by reset().

◆ finishedTestCases

list TestCenterAdvanced.Master.TestProgress.finishedTestCases = []

Definition at line 200 of file Master.py.

Referenced by reset().

◆ testCaseCount

int TestCenterAdvanced.Master.TestProgress.testCaseCount = 0

Definition at line 201 of file Master.py.

Referenced by reset().


The documentation for this class was generated from the following file:
  • MeVisLab/Standard/Modules/Macros/Tests/TestCenterAdvanced/Master.py