TestCenter Reference
TestCenterAdvanced.TestCase.RunTestFunctionData Class Reference

Public Member Functions

 __init__ (self, funcNode, funcName, logHandler, isLastTestFunction)

Public Attributes

 funcNode = funcNode
 funcName = funcName
 logHandler = logHandler
 isLastTestFunction = isLastTestFunction
 started = None
bool cancelled = False

Detailed Description

Definition at line 56 of file TestCase.py.

Constructor & Destructor Documentation

◆ __init__()

TestCenterAdvanced.TestCase.RunTestFunctionData.__init__ ( self,
funcNode,
funcName,
logHandler,
isLastTestFunction )

Definition at line 57 of file TestCase.py.

Member Data Documentation

◆ cancelled

bool TestCenterAdvanced.TestCase.RunTestFunctionData.cancelled = False

Definition at line 63 of file TestCase.py.

◆ funcName

TestCenterAdvanced.TestCase.RunTestFunctionData.funcName = funcName

Definition at line 59 of file TestCase.py.

◆ funcNode

TestCenterAdvanced.TestCase.RunTestFunctionData.funcNode = funcNode

Definition at line 58 of file TestCase.py.

◆ isLastTestFunction

TestCenterAdvanced.TestCase.RunTestFunctionData.isLastTestFunction = isLastTestFunction

Definition at line 61 of file TestCase.py.

◆ logHandler

◆ started

TestCenterAdvanced.TestCase.RunTestFunctionData.started = None

Definition at line 62 of file TestCase.py.


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