![]() |
ATLAS Offline Software
|
Test case for using private tools. More...
Public Member Functions | |
| setUp (self) | |
| Set up the main service object to test. | |
| test_privatetool (self) | |
| Test setting up and using one private tool. | |
| test_privatetoolofprivatetool (self) | |
| Test setting up and using a private tool of a private tool. | |
| test_nonexistentprop (self) | |
| Test that unset properties on the tools can't be used. | |
| test_nonexistenttool (self) | |
| Test that private tools can't be set up on not-yet-declared tools. | |
Public Attributes | |
| config = AsgServiceConfig( "ServiceType/ServiceName" ) | |
Test case for using private tools.
Definition at line 433 of file AsgServiceConfig.py.
| python.AsgServiceConfig.TestServicePrivateTool.setUp | ( | self | ) |
Set up the main service object to test.
Definition at line 436 of file AsgServiceConfig.py.
| python.AsgServiceConfig.TestServicePrivateTool.test_nonexistentprop | ( | self | ) |
Test that unset properties on the tools can't be used.
Definition at line 460 of file AsgServiceConfig.py.
| python.AsgServiceConfig.TestServicePrivateTool.test_nonexistenttool | ( | self | ) |
Test that private tools can't be set up on not-yet-declared tools.
Definition at line 472 of file AsgServiceConfig.py.
| python.AsgServiceConfig.TestServicePrivateTool.test_privatetool | ( | self | ) |
Test setting up and using one private tool.
Definition at line 441 of file AsgServiceConfig.py.
| python.AsgServiceConfig.TestServicePrivateTool.test_privatetoolofprivatetool | ( | self | ) |
Test setting up and using a private tool of a private tool.
Definition at line 450 of file AsgServiceConfig.py.
| python.AsgServiceConfig.TestServicePrivateTool.config = AsgServiceConfig( "ServiceType/ServiceName" ) |
Definition at line 437 of file AsgServiceConfig.py.