All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
newFormat.aida2rootex_test.Test Class Reference
Inheritance diagram for newFormat.aida2rootex_test.Test:
Collaboration diagram for newFormat.aida2rootex_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
 
 program
 
 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 aida2rootex_test.py.

Constructor & Destructor Documentation

def newFormat.aida2rootex_test.Test.__init__ (   self)

Definition at line 7 of file aida2rootex_test.py.

7 
8  def __init__(self):
9  BaseTest.__init__(self)
10  self.name = os.path.basename(__file__)[:-5]
11  self.program="../../scripts/Aida2RootEx.py"
12  self.args=["-b"]
13  self.reference = "refs/Aida2RootEx.ref"
14  self.error_reference="refs/Aida2RootEx.err.ref"

Member Function Documentation

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

Definition at line 15 of file aida2rootex_test.py.

15 
16  def validator(self,stdout,stderr, result, causes, reference, error_reference):
17  preprocessor = (normalizeExamples + LineSkipper(regexps = [r'Info in <TCanvas::Print>: png file .* has been created']))
self.validateWithReference(preproc = preprocessor)
def validateWithReference
Definition: BaseTest.py:330

Member Data Documentation

newFormat.aida2rootex_test.Test.args

Definition at line 11 of file aida2rootex_test.py.

newFormat.aida2rootex_test.Test.error_reference

Definition at line 13 of file aida2rootex_test.py.

newFormat.aida2rootex_test.Test.name

Definition at line 9 of file aida2rootex_test.py.

newFormat.aida2rootex_test.Test.program

Definition at line 10 of file aida2rootex_test.py.

newFormat.aida2rootex_test.Test.reference

Definition at line 12 of file aida2rootex_test.py.


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