ATLAS Offline Software
|
Test case for using private tools. More...
Public Member Functions | |
def | setUp (self) |
Set up the main service object to test. More... | |
def | test_privatetool (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 433 of file AsgServiceConfig.py.
def python.AsgServiceConfig.TestServicePrivateTool.setUp | ( | self | ) |
Set up the main service object to test.
Definition at line 436 of file AsgServiceConfig.py.
def 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.
def 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.
def python.AsgServiceConfig.TestServicePrivateTool.test_privatetool | ( | self | ) |
def 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 |
Definition at line 437 of file AsgServiceConfig.py.