![]() |
ATLAS Offline Software
|
Test case for using private tools. More...
Public Member Functions | |
| def | setUp (self) |
| Set up the main algorithm object to test. More... | |
| def | test_privatetool (self) |
| Test setting up and using one private tool. More... | |
| def | test_privatetoolarray (self) |
| Test setting up and using one private tool. More... | |
| def | test_privatetoolofprivatetool (self) |
| Test setting up and using a private tool of a private tool. More... | |
| def | test_nonexistentprop (self) |
| Test that unset properties on the tools can't be used. More... | |
| def | test_nonexistenttool (self) |
| Test that private tools can't be set up on not-yet-declared tools. More... | |
Public Attributes | |
| config | |
Test case for using private tools.
Definition at line 470 of file AnaAlgorithmConfig.py.
| def python.AnaAlgorithmConfig.TestAlgPrivateTool.setUp | ( | self | ) |
Set up the main algorithm object to test.
Definition at line 473 of file AnaAlgorithmConfig.py.
| def python.AnaAlgorithmConfig.TestAlgPrivateTool.test_nonexistentprop | ( | self | ) |
Test that unset properties on the tools can't be used.
Definition at line 506 of file AnaAlgorithmConfig.py.
| def python.AnaAlgorithmConfig.TestAlgPrivateTool.test_nonexistenttool | ( | self | ) |
Test that private tools can't be set up on not-yet-declared tools.
Definition at line 518 of file AnaAlgorithmConfig.py.
| def python.AnaAlgorithmConfig.TestAlgPrivateTool.test_privatetool | ( | self | ) |
| def python.AnaAlgorithmConfig.TestAlgPrivateTool.test_privatetoolarray | ( | self | ) |
| def python.AnaAlgorithmConfig.TestAlgPrivateTool.test_privatetoolofprivatetool | ( | self | ) |
Test setting up and using a private tool of a private tool.
Definition at line 496 of file AnaAlgorithmConfig.py.
| python.AnaAlgorithmConfig.TestAlgPrivateTool.config |
Definition at line 474 of file AnaAlgorithmConfig.py.
1.8.18