TestCenter Reference
TestSupport.ExtraTestCaseResult.ExtraTestCaseResultFunction Class Reference
Inheritance diagram for TestSupport.ExtraTestCaseResult.ExtraTestCaseResultFunction:

Public Member Functions

def __init__ (self, xml)
 
def status (self)
 
def info (self, message, timestamp, file=None, line=None)
 
def warning (self, message, timestamp, file=None, line=None)
 
def error (self, message, timestamp, file=None, line=None)
 
def showImage (self, description, filenames, timestamp, file=None, line=None)
 
def showFile (self, description, filenames, timestamp, file=None, line=None, command="FileShow")
 

Static Public Attributes

string INFO = "Info"
 
string WARNING = "Warning"
 
string ERROR = "Error"
 

Detailed Description

Definition at line 24 of file ExtraTestCaseResult.py.

Constructor & Destructor Documentation

◆ __init__()

Member Function Documentation

◆ error()

◆ info()

def TestSupport.ExtraTestCaseResult.ExtraTestCaseResultFunction.info (   self,
  message,
  timestamp,
  file = None,
  line = None 
)

◆ showFile()

◆ showImage()

def TestSupport.ExtraTestCaseResult.ExtraTestCaseResultFunction.showImage (   self,
  description,
  filenames,
  timestamp,
  file = None,
  line = None 
)

◆ status()

def TestSupport.ExtraTestCaseResult.ExtraTestCaseResultFunction.status (   self)

◆ warning()

Member Data Documentation

◆ ERROR

string TestSupport.ExtraTestCaseResult.ExtraTestCaseResultFunction.ERROR = "Error"
static

◆ INFO

string TestSupport.ExtraTestCaseResult.ExtraTestCaseResultFunction.INFO = "Info"
static

◆ WARNING

string TestSupport.ExtraTestCaseResult.ExtraTestCaseResultFunction.WARNING = "Warning"
static

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