ATLAS Offline Software
|
Test case for the algorithm property handling. More...
Public Member Functions | |
def | setUp (self) |
Common setup for the tests. More... | |
def | test_propaccess (self) |
Test that properties that got set, can be read back. More... | |
def | test_nonexistentprop (self) |
Test that an unset property can't be accessed. More... | |
Public Attributes | |
config | |
Test case for the algorithm property handling.
Definition at line 450 of file PythonConfig.py.
def python.PythonConfig.TestAlgProperties.setUp | ( | self | ) |
Common setup for the tests.
Definition at line 453 of file PythonConfig.py.
def python.PythonConfig.TestAlgProperties.test_nonexistentprop | ( | self | ) |
Test that an unset property can't be accessed.
Definition at line 468 of file PythonConfig.py.
def python.PythonConfig.TestAlgProperties.test_propaccess | ( | self | ) |
Test that properties that got set, can be read back.
Definition at line 458 of file PythonConfig.py.
python.PythonConfig.TestAlgProperties.config |
Definition at line 454 of file PythonConfig.py.