Expects a single test node to be running with name 'test_node' and subscribed to 'test_string'. More...
Private Member Functions | |
def | _subTestRegisterPublisherSuccess (self) |
common test subroutine of both register and unregister tests. More... | |
def | _subTestRegisterServiceSuccess (self) |
common test subroutine of both register and unregister tests. More... | |
def | _subTestRegisterSubscriberSimpleSuccess (self) |
common test subroutine of both register and unregister tests. More... | |
def | _testGetMasterUri (self) |
validate master.getMasterUri(caller_id) More... | |
def | _testGetPid (self) |
validate master.getPid(caller_id) More... | |
def | _testGetUri (self) |
validate master.getUri(caller_id) More... | |
def | _testRegisterPublisherInvalid (self) |
def | _testRegisterPublisherSuccess (self) |
validate master.registerPublisher(caller_id, topic, topic_api, caller_api) More... | |
def | _testRegisterPublisherTypes (self) |
#591: this test may change if we make registering '*' unsupported More... | |
def | _testRegisterServiceInvalid (self) |
def | _testRegisterServiceSuccess (self) |
validate master.registerService(caller_id, service, service_api, caller_api) More... | |
def | _testRegisterSubscriberInvalid (self) |
def | _testRegisterSubscriberSimpleSuccess (self) |
validate master.registerSubscriber(caller_id, topic, topic_api, caller_api) More... | |
def | _testUnregisterPublisherInvalid (self) |
def | _testUnregisterPublisherSuccess (self) |
def | _testUnregisterServiceInvalid (self) |
def | _testUnregisterServiceSuccess (self) |
def | _testUnregisterSubscriberInvalid (self) |
def | _testUnregisterSubscriberSuccess (self) |
Additional Inherited Members | |
Public Member Functions inherited from test.master._MasterTestCase | |
def | __init__ (self, args) |
def | setUp (self) |
Public Member Functions inherited from test.rosclient.TestRosClient | |
def | apiError (self, args, msg=None) |
unit test assertion that fails if status code is not -1 and otherwise returns true More... | |
def | apiFail (self, args) |
unit test assertions that fails if status code is not 0 and otherwise returns true More... | |
def | apiSuccess (self, args) |
unit test assertion that fails if status code is not 1 and otherwise returns the value parameter More... | |
def | setUp (self) |
def | tearDown (self) |
Public Attributes inherited from test.master._MasterTestCase | |
caller_id | |
master | |
master_uri | |
ns | |
Public Attributes inherited from test.rosclient.TestRosClient | |
last_code | |
last_msg | |
last_val | |
master | |
Expects a single test node to be running with name 'test_node' and subscribed to 'test_string'.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |