Parent of node API and integration test cases. More...

Public Member Functions | |
| def | __init__ |
| def | setUp |
Public Attributes | |
| caller_id | |
| node | |
| node_api | |
| ns | |
| test_node | |
Private Member Functions | |
| def | _checkUri |
| validates a URI as being http(s) | |
| def | _createTopicTypeMap |
| dynamically create the expected topic->type map based on the current name resolution context | |
Parent of node API and integration test cases.
Performs common state setup
| def test_ros.node._NodeTestCase.__init__ | ( | self, | |
| args | |||
| ) |
Reimplemented in test_ros.node.NodeIntegrationTestCase.
| def test_ros.node._NodeTestCase._checkUri | ( | self, | |
| uri | |||
| ) | [private] |
| def test_ros.node._NodeTestCase._createTopicTypeMap | ( | self | ) | [private] |
| def test_ros.node._NodeTestCase.setUp | ( | self | ) |
Reimplemented from test_ros.rosclient.TestRosClient.