TestCenter Reference
TestSupport.CodeTest.CodeTest Class Reference

Public Member Functions

def __init__ (self, cmakeFile=None, executable=None)
 
def getInfoDict (self)
 
def getTestFunctionGroups (self)
 
def getExecutable (self)
 
def existsExecutable (self)
 
def buildProject (self)
 
def loadTestFunctions (self)
 
def injectTestFunctions (self, context, allowedStdErrRegExp=None)
 

Public Attributes

 cmakeFile
 
 executable
 
 name
 

Detailed Description

Definition at line 138 of file CodeTest.py.

Constructor & Destructor Documentation

◆ __init__()

def TestSupport.CodeTest.CodeTest.__init__ (   self,
  cmakeFile = None,
  executable = None 
)

Member Function Documentation

◆ buildProject()

◆ existsExecutable()

◆ getExecutable()

◆ getInfoDict()

def TestSupport.CodeTest.CodeTest.getInfoDict (   self)

◆ getTestFunctionGroups()

def TestSupport.CodeTest.CodeTest.getTestFunctionGroups (   self)

◆ injectTestFunctions()

◆ loadTestFunctions()

Member Data Documentation

◆ cmakeFile

◆ executable

◆ name

TestSupport.CodeTest.CodeTest.name

Definition at line 149 of file CodeTest.py.

Referenced by TestSupport.CodeTest.CodeTest.buildProject().


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