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)
 

Public Attributes

 cmakeFile
 
 executable
 
 name
 

Detailed Description

Definition at line 121 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)

Definition at line 158 of file CodeTest.py.

Referenced by TestSupport.CodeTest.CodeTest.injectTestFunctions().

◆ injectTestFunctions()

◆ loadTestFunctions()

Member Data Documentation

◆ cmakeFile

TestSupport.CodeTest.CodeTest.cmakeFile

Definition at line 127 of file CodeTest.py.

Referenced by TestSupport.CodeTest.CodeTest.getInfoDict().

◆ executable

◆ name

TestSupport.CodeTest.CodeTest.name

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