All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
newFormat.errorlog_test.Test Class Reference
Inheritance diagram for newFormat.errorlog_test.Test:
Collaboration diagram for newFormat.errorlog_test.Test:

Public Member Functions

def __init__
 
def validator
 
- Public Member Functions inherited from BaseTest.BaseTest
def __init__
 
def validator
 
def runTest
 
def ValidateOutput
 
def findReferenceBlock
 
def countErrorLines
 
def CheckTTreesSummaries
 
def CheckHistosSummaries
 
def validateWithReference
 

Public Attributes

 name
 
 args
 
 reference
 
 error_reference
 
- Public Attributes inherited from BaseTest.BaseTest
 program
 
 args
 
 reference
 
 error_reference
 
 options
 
 stderr
 
 timeout
 
 exit_code
 
 environment
 
 target
 
 traceback
 
 unsupported_platforms
 
 signal
 
 status
 
 name
 
 causes
 
 timeOut
 
 result
 
 returnedCode
 
 out
 
 err
 
 proc
 

Detailed Description

Definition at line 5 of file errorlog_test.py.

Constructor & Destructor Documentation

def newFormat.errorlog_test.Test.__init__ (   self)

Definition at line 7 of file errorlog_test.py.

7 
8  def __init__(self):
9  BaseTest.__init__(self)
10  self.name = os.path.basename(__file__)[:-5]
11  self.args=["$GAUDIEXAMPLESROOT/options/ErrorLog.opts"]
12  self.reference = "refs/ErrorLog.ref"
13  self.error_reference="refs/ErrorLog_err.ref"

Member Function Documentation

def newFormat.errorlog_test.Test.validator (   self,
  stdout,
  stderr,
  result,
  causes,
  reference,
  error_reference 
)

Definition at line 14 of file errorlog_test.py.

14 
15  def validator(self,stdout,stderr, result, causes, reference, error_reference):
16  # Normalize the filename in the output of the test
17  preproc = normalizeExamples + RegexpReplacer(r"(?<=\s)\S+ErrorLogTest\.cpp:", "ErrorLogTest.cpp:", "ErrorLogTest.cpp:")
self.validateWithReference(preproc = preproc)
def validateWithReference
Definition: BaseTest.py:330

Member Data Documentation

newFormat.errorlog_test.Test.args

Definition at line 10 of file errorlog_test.py.

newFormat.errorlog_test.Test.error_reference

Definition at line 12 of file errorlog_test.py.

newFormat.errorlog_test.Test.name

Definition at line 9 of file errorlog_test.py.

newFormat.errorlog_test.Test.reference

Definition at line 11 of file errorlog_test.py.


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