| 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 104 of file testMaster.py.
| def test.testMaster.ParamServerTestCase._testSetParam | ( | self, | |
| ctx, | |||
| myState, | |||
| testVals, | |||
| master | |||
| ) |  [private] | 
Definition at line 113 of file testMaster.py.
| def test.testMaster.ParamServerTestCase.setUp | ( | self | ) | 
Definition at line 107 of file testMaster.py.
| def test.testMaster.ParamServerTestCase.tearDown | ( | self | ) | 
Definition at line 110 of file testMaster.py.
Definition at line 200 of file testMaster.py.
testEncapsulation: test encapsulation: setting same parameter at different levels
Definition at line 172 of file testMaster.py.
testParamValues: test storage of all XML-RPC compatible types
Definition at line 137 of file testMaster.py.
testScopeDown: test scoping rules for sub contexts
Definition at line 275 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 245 of file testMaster.py.