Parameter Server API Test Cases
Definition at line 108 of file testMaster.py.
def test.testMaster.ParamServerTestCase._testSetParam |
( |
|
self, |
|
|
|
ctx, |
|
|
|
myState, |
|
|
|
testVals, |
|
|
|
master |
|
) |
| |
|
private |
def test.testMaster.ParamServerTestCase.setUp |
( |
|
self | ) |
|
def test.testMaster.ParamServerTestCase.tearDown |
( |
|
self | ) |
|
def test.testMaster.ParamServerTestCase.testDotLocalNames |
( |
|
self | ) |
|
def test.testMaster.ParamServerTestCase.testEncapsulation |
( |
|
self | ) |
|
testEncapsulation: test encapsulation: setting same parameter at different levels
Definition at line 179 of file testMaster.py.
def test.testMaster.ParamServerTestCase.testParamValues |
( |
|
self | ) |
|
testParamValues: test storage of all XML-RPC compatible types
Definition at line 141 of file testMaster.py.
def test.testMaster.ParamServerTestCase.testScopeDown |
( |
|
self | ) |
|
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.
The documentation for this class was generated from the following file: