Public Member Functions | |
def | setUp |
def | tearDown |
def | testDotLocalNames |
def | testEncapsulation |
def | testParamValues |
def | testScopeDown |
def | testScopeUp |
Private Member Functions | |
def | _testSetParam |
Parameter Server API Test Cases
Definition at line 108 of file testMaster.py.
def test.testMaster.ParamServerTestCase._testSetParam | ( | self, | |
ctx, | |||
myState, | |||
testVals, | |||
master | |||
) | [private] |
Definition at line 117 of file testMaster.py.
def test.testMaster.ParamServerTestCase.setUp | ( | self | ) |
Definition at line 111 of file testMaster.py.
def test.testMaster.ParamServerTestCase.tearDown | ( | self | ) |
Definition at line 114 of file testMaster.py.
Definition at line 207 of file testMaster.py.
testEncapsulation: test encapsulation: setting same parameter at different levels
Definition at line 179 of file testMaster.py.
testParamValues: test storage of all XML-RPC compatible types
Definition at line 141 of file testMaster.py.
testScopeDown: test scoping rules for sub contexts
Definition at line 282 of file testMaster.py.
def test.testMaster.ParamServerTestCase.testScopeUp | ( | self | ) |
testScopeUp: test that parameter server can chain up scopes to find/delete parameters
Definition at line 252 of file testMaster.py.