![]() |
ATLAS Offline Software
|
Test case for the algorithm property handling. More...
Public Member Functions | |
| setUp (self) | |
| Common setup for the tests. | |
| test_propaccess (self) | |
| Test that properties that got set, can be read back. | |
| test_nonexistentprop (self) | |
| Test that an unset property can't be accessed. | |
Public Attributes | |
| config = AnaAlgorithmConfig( "Type/Name" ) | |
Test case for the algorithm property handling.
Definition at line 445 of file AnaAlgorithmConfig.py.
| python.AnaAlgorithmConfig.TestAlgProperties.setUp | ( | self | ) |
Common setup for the tests.
Definition at line 448 of file AnaAlgorithmConfig.py.
| python.AnaAlgorithmConfig.TestAlgProperties.test_nonexistentprop | ( | self | ) |
Test that an unset property can't be accessed.
Definition at line 463 of file AnaAlgorithmConfig.py.
| python.AnaAlgorithmConfig.TestAlgProperties.test_propaccess | ( | self | ) |
Test that properties that got set, can be read back.
Definition at line 453 of file AnaAlgorithmConfig.py.
| python.AnaAlgorithmConfig.TestAlgProperties.config = AnaAlgorithmConfig( "Type/Name" ) |
Definition at line 449 of file AnaAlgorithmConfig.py.