![]() |
The Gaudi Framework
v26r3
|


Public Member Functions | |
| def | __init__ |
| def | XMLParser (self, path) |
| def | ValidateOutput (self, stdout, stderr, result) |
| def | __init__ |
| def | XMLParser (self, path) |
| def | ValidateOutput (self, stdout, stderr, result) |
Public Member Functions inherited from GaudiTesting.BaseTest.BaseTest | |
| def | __init__ (self) |
| def | validator |
| def | run (self) |
| def | ValidateOutput (self, stdout, stderr, result) |
| def | findReferenceBlock |
| def | countErrorLines |
| def | CheckTTreesSummaries |
| def | CheckHistosSummaries |
| def | validateWithReference |
| def | __init__ (self) |
| def | validator |
| def | run (self) |
| def | ValidateOutput (self, stdout, stderr, result) |
| def | findReferenceBlock |
| def | countErrorLines |
| def | CheckTTreesSummaries |
| def | CheckHistosSummaries |
| def | validateWithReference |
Public Attributes | |
| validator | |
| name | |
| callable | |
| extra_args | |
| args_order | |
| stderr | |
Public Attributes inherited from GaudiTesting.BaseTest.BaseTest | |
| program | |
| args | |
| reference | |
| error_reference | |
| options | |
| stderr | |
| timeout | |
| exit_code | |
| environment | |
| unsupported_platforms | |
| signal | |
| workdir | |
| use_temp_dir | |
| status | |
| name | |
| causes | |
| result | |
| returnedCode | |
| out | |
| err | |
| proc | |
| stack_trace | |
| basedir | |
Definition at line 7 of file QMTTest.py.
| def GaudiTesting.QMTTest.QMTTest.__init__ | ( | self, | |
path = None |
|||
| ) |
Definition at line 9 of file QMTTest.py.
| def GaudiTesting.QMTTest.QMTTest.__init__ | ( | self, | |
path = None |
|||
| ) |
Definition at line 9 of file QMTTest.py.
| def GaudiTesting.QMTTest.QMTTest.ValidateOutput | ( | self, | |
| stdout, | |||
| stderr, | |||
| result | |||
| ) |
Definition at line 46 of file QMTTest.py.
| def GaudiTesting.QMTTest.QMTTest.ValidateOutput | ( | self, | |
| stdout, | |||
| stderr, | |||
| result | |||
| ) |
Definition at line 46 of file QMTTest.py.
| def GaudiTesting.QMTTest.QMTTest.XMLParser | ( | self, | |
| path | |||
| ) |
Parse a QMTest XML test description (.qmt file) to initialize the test instance.
Definition at line 15 of file QMTTest.py.
| def GaudiTesting.QMTTest.QMTTest.XMLParser | ( | self, | |
| path | |||
| ) |
Parse a QMTest XML test description (.qmt file) to initialize the test instance.
Definition at line 15 of file QMTTest.py.
| GaudiTesting.QMTTest.QMTTest.args_order |
Definition at line 58 of file QMTTest.py.
| GaudiTesting.QMTTest.QMTTest.callable |
Definition at line 54 of file QMTTest.py.
| GaudiTesting.QMTTest.QMTTest.extra_args |
Definition at line 55 of file QMTTest.py.
| GaudiTesting.QMTTest.QMTTest.name |
Definition at line 24 of file QMTTest.py.
| GaudiTesting.QMTTest.QMTTest.stderr |
Definition at line 106 of file QMTTest.py.
| GaudiTesting.QMTTest.QMTTest.validator |
Definition at line 11 of file QMTTest.py.