TestCenter Reference
TestCenterAdvanced.TestCase.RunTestFunctionData Class Reference

Public Member Functions

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

Public Attributes

 funcNode
 
 funcName
 
 logHandler
 
 isLastTestFunction
 
 started
 
 cancelled
 

Detailed Description

Definition at line 56 of file TestCase.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 57 of file TestCase.py.

Member Data Documentation

◆ cancelled

TestCenterAdvanced.TestCase.RunTestFunctionData.cancelled

Definition at line 63 of file TestCase.py.

◆ funcName

TestCenterAdvanced.TestCase.RunTestFunctionData.funcName

Definition at line 59 of file TestCase.py.

◆ funcNode

TestCenterAdvanced.TestCase.RunTestFunctionData.funcNode

Definition at line 58 of file TestCase.py.

◆ isLastTestFunction

TestCenterAdvanced.TestCase.RunTestFunctionData.isLastTestFunction

Definition at line 61 of file TestCase.py.

◆ logHandler

TestCenterAdvanced.TestCase.RunTestFunctionData.logHandler

Definition at line 60 of file TestCase.py.

◆ started

TestCenterAdvanced.TestCase.RunTestFunctionData.started

Definition at line 62 of file TestCase.py.


The documentation for this class was generated from the following file: