Expects a single test node to be running with name 'test_node' and subscribed to 'test_string'.
More...
Expects a single test node to be running with name 'test_node' and subscribed to 'test_string'.
Definition at line 139 of file node.py.
◆ _checkTCPROS()
def node.NodeApiTestCase._checkTCPROS |
( |
|
self, |
|
|
|
protocol_params |
|
) |
| |
|
private |
◆ _checkTopics()
def node.NodeApiTestCase._checkTopics |
( |
|
self, |
|
|
|
required, |
|
|
|
actual |
|
) |
| |
|
private |
subroutine for testGetSubscriptions/testGetPublications
Definition at line 150 of file node.py.
◆ testGetBusInfo()
def node.NodeApiTestCase.testGetBusInfo |
( |
|
self | ) |
|
◆ testGetBusStats()
def node.NodeApiTestCase.testGetBusStats |
( |
|
self | ) |
|
◆ testGetMasterUri()
def node.NodeApiTestCase.testGetMasterUri |
( |
|
self | ) |
|
validate node.getMasterUri(caller_id)
Definition at line 212 of file node.py.
◆ testGetName()
def node.NodeApiTestCase.testGetName |
( |
|
self | ) |
|
validate node.getName(caller_id)
Definition at line 203 of file node.py.
◆ testGetPid()
def node.NodeApiTestCase.testGetPid |
( |
|
self | ) |
|
validate node.getPid(caller_id)
Definition at line 142 of file node.py.
◆ testGetPublications()
def node.NodeApiTestCase.testGetPublications |
( |
|
self | ) |
|
validate node.getPublications(caller_id)
Definition at line 156 of file node.py.
◆ testGetSubscriptions()
def node.NodeApiTestCase.testGetSubscriptions |
( |
|
self | ) |
|
validate node.getSubscriptions(caller_id)
Definition at line 165 of file node.py.
◆ testGetUri()
def node.NodeApiTestCase.testGetUri |
( |
|
self | ) |
|
validate node.getUri(caller_id)
Definition at line 195 of file node.py.
◆ testParamUpdate()
def node.NodeApiTestCase.testParamUpdate |
( |
|
self | ) |
|
validate node.paramUpdate(caller_id, key, value)
Definition at line 174 of file node.py.
◆ testPublisherUpdate()
def node.NodeApiTestCase.testPublisherUpdate |
( |
|
self | ) |
|
validate node.publisherUpdate(caller_id, topic, uris)
Definition at line 222 of file node.py.
◆ testRegistrations()
def node.NodeApiTestCase.testRegistrations |
( |
|
self | ) |
|
test the state of the master based on expected node registration
Definition at line 299 of file node.py.
◆ testRequestTopic()
def node.NodeApiTestCase.testRequestTopic |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: