![]() |
The Gaudi Framework
v25r6p1
|
Public Member Functions | |
| def | __init__ |
| def | __call__ |
Public Attributes | |
| ref | |
| cause | |
| result_key | |
Private Member Functions | |
| def | __CompareText |
Definition at line 504 of file BaseTest.py.
| def BaseTest.BasicOutputValidator.__init__ | ( | self, | |
| ref, | |||
| cause, | |||
| result_key | |||
| ) |
Definition at line 506 of file BaseTest.py.
| def BaseTest.BasicOutputValidator.__call__ | ( | self, | |
| out, | |||
| result | |||
| ) |
Validate the output of the program.
'stdout' -- A string containing the data written to the standard output
stream.
'stderr' -- A string containing the data written to the standard error
stream.
'result' -- A 'Result' object. It may be used to annotate
the outcome according to the content of stderr.
returns -- A list of strings giving causes of failure.
Definition at line 511 of file BaseTest.py.
|
private |
Compare 's1' and 's2', ignoring line endings.
's1' -- A string.
's2' -- A string.
returns -- True if 's1' and 's2' are the same, ignoring
differences in line endings.
Definition at line 531 of file BaseTest.py.
| BaseTest.BasicOutputValidator.cause |
Definition at line 508 of file BaseTest.py.
| BaseTest.BasicOutputValidator.ref |
Definition at line 507 of file BaseTest.py.
| BaseTest.BasicOutputValidator.result_key |
Definition at line 509 of file BaseTest.py.