Definition at line 5 of file aida2root_test.py.
| def newFormat.aida2root_test.Test.__init__ |
( |
|
self | ) |
|
Definition at line 7 of file aida2root_test.py.
9 BaseTest.__init__(self)
10 self.
name = os.path.basename(__file__)[:-3]
11 self.
args=[
"$GAUDIEXAMPLESROOT/options/Aida2Root.opts"]
13 self.
options=
"""from Gaudi.Configuration import *
14 from Configurables import HelloWorld, AbortEventAlg
16 importOptions("Common.opts")
18 h1 = HelloWorld("HelloWorld1")
19 h2 = HelloWorld("HelloWorld2")
21 alg = AbortEventAlg(AbortedEventNumber = 3)
23 app = ApplicationMgr(TopAlg = [h1,alg,h2],
24 EvtSel = "NONE", EvtMax = 5)
26 MessageSvc().setDebug.append("EventLoopMgr") """
| def newFormat.aida2root_test.Test.validator |
( |
|
self, |
|
|
|
stdout, |
|
|
|
stderr, |
|
|
|
result, |
|
|
|
causes, |
|
|
|
reference, |
|
|
|
error_reference |
|
) |
| |
Definition at line 27 of file aida2root_test.py.
28 def validator(self,stdout,stderr, result, causes, reference, error_reference):
29 preprocessor = normalizeExamples +
RegexpReplacer(when =
"^Aida2Root",orig =
r"(INFO.*'(skewness|kurtosis)(Err)?'.*)\|([0-9.e+\- ]*\|){2}",repl =
r"\1| ### | ### |")
def validateWithReference
| newFormat.aida2root_test.Test.args |
| newFormat.aida2root_test.Test.name |
| newFormat.aida2root_test.Test.options |
| newFormat.aida2root_test.Test.reference |
The documentation for this class was generated from the following file: