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 102 of file testMaster.py.
| def test_ros::testMaster::ParamServerTestCase::_testSetParam | ( | self, | ||
| ctx, | ||||
| myState, | ||||
| testVals, | ||||
| master | ||||
| ) | [private] |
Definition at line 111 of file testMaster.py.
| def test_ros::testMaster::ParamServerTestCase::setUp | ( | self | ) |
Definition at line 105 of file testMaster.py.
| def test_ros::testMaster::ParamServerTestCase::tearDown | ( | self | ) |
Definition at line 108 of file testMaster.py.
| def test_ros::testMaster::ParamServerTestCase::testDotLocalNames | ( | self | ) |
Definition at line 198 of file testMaster.py.
| def test_ros::testMaster::ParamServerTestCase::testEncapsulation | ( | self | ) |
testEncapsulation: test encapsulation: setting same parameter at different levels
Definition at line 170 of file testMaster.py.
| def test_ros::testMaster::ParamServerTestCase::testParamValues | ( | self | ) |
testParamValues: test storage of all XML-RPC compatible types
Definition at line 135 of file testMaster.py.
| def test_ros::testMaster::ParamServerTestCase::testScopeDown | ( | self | ) |
testScopeDown: test scoping rules for sub contexts
Definition at line 273 of file testMaster.py.
| def test_ros::testMaster::ParamServerTestCase::testScopeUp | ( | self | ) |
testScopeUp: test that parameter server can chain up scopes to find/delete parameters
Definition at line 243 of file testMaster.py.