The Gaudi Framework
v25r6p1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
bug_34121_tool_properties_in_python_test.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
import
BaseTest
3
from
BaseTest
import
*
4
5
class
Test
(
BaseTest
):
6
7
def
__init__
(self):
8
BaseTest.__init__(self)
9
self.
name
= os.path.basename(__file__)[:-5]
10
self.
program
=
"../../scripts/bug_34121.py"
11
12
def
validator
(self,stdout,stderr, result, causes, reference, error_reference):
13
self.
findReferenceBlock
(
'''
14
ApplicationMgr INFO Application Manager Initialized successfully
15
ApplicationMgr INFO Application Manager Started successfully
16
Alg INFO executing....
17
Alg.Tool INFO Double = 0
18
Alg INFO executing....
19
Alg.Tool INFO Double = 1
20
Alg INFO executing....
21
Alg.Tool INFO Double = 2
22
Alg INFO executing....
23
Alg.Tool INFO Double = 3
24
Alg INFO executing....
25
Alg.Tool INFO Double = 4
26
ApplicationMgr INFO Application Manager Stopped successfully
27
Alg INFO finalizing....
28
'''
)
BaseTest.BaseTest.program
program
Definition:
BaseTest.py:19
BaseTest.BaseTest
Definition:
BaseTest.py:17
newFormat.bug_34121_tool_properties_in_python_test.Test
Definition:
bug_34121_tool_properties_in_python_test.py:5
newFormat.bug_34121_tool_properties_in_python_test.Test.__init__
def __init__
Definition:
bug_34121_tool_properties_in_python_test.py:7
BaseTest.BaseTest.findReferenceBlock
def findReferenceBlock
Definition:
BaseTest.py:178
newFormat.bug_34121_tool_properties_in_python_test.Test.validator
def validator
Definition:
bug_34121_tool_properties_in_python_test.py:12
BaseTest.BaseTest.name
name
Definition:
BaseTest.py:34
patches
QMTProject
Code
newFormat
bug_34121_tool_properties_in_python_test.py
Generated on Tue Dec 9 2014 16:33:08 for The Gaudi Framework by
1.8.7