ATLAS Offline Software
|
Test case for the service 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 service property handling.
Definition at line 408 of file AsgServiceConfig.py.
def python.AsgServiceConfig.TestServiceProperties.setUp | ( | self | ) |
Common setup for the tests.
Definition at line 411 of file AsgServiceConfig.py.
def python.AsgServiceConfig.TestServiceProperties.test_nonexistentprop | ( | self | ) |
Test that an unset property can't be accessed.
Definition at line 426 of file AsgServiceConfig.py.
def python.AsgServiceConfig.TestServiceProperties.test_propaccess | ( | self | ) |
Test that properties that got set, can be read back.
Definition at line 416 of file AsgServiceConfig.py.
python.AsgServiceConfig.TestServiceProperties.config |
Definition at line 412 of file AsgServiceConfig.py.