test_ros::master::MasterApiTestCase Class Reference
Expects a single test node to be running with name 'test_node' and subscribed to 'test_string'.
More...
List of all members.
Detailed Description
Expects a single test node to be running with name 'test_node' and subscribed to 'test_string'.
Definition at line 87 of file master.py.
Member Function Documentation
def test_ros::master::MasterApiTestCase::_subTestRegisterPublisherSuccess |
( |
|
self |
) |
[private] |
common test subroutine of both register and unregister tests.
registers the common test cases
Definition at line 289 of file master.py.
def test_ros::master::MasterApiTestCase::_subTestRegisterServiceSuccess |
( |
|
self |
) |
[private] |
common test subroutine of both register and unregister tests.
registers the common test cases
Definition at line 121 of file master.py.
def test_ros::master::MasterApiTestCase::_subTestRegisterSubscriberSimpleSuccess |
( |
|
self |
) |
[private] |
common test subroutine of both register and unregister tests.
registers the common test cases 'simple' test cases do not setup any publisher state to validate against
Definition at line 401 of file master.py.
def test_ros::master::MasterApiTestCase::_testGetMasterUri |
( |
|
self |
) |
[private] |
validate master.getMasterUri(caller_id)
Definition at line 90 of file master.py.
def test_ros::master::MasterApiTestCase::_testGetPid |
( |
|
self |
) |
[private] |
validate master.getPid(caller_id)
Definition at line 105 of file master.py.
def test_ros::master::MasterApiTestCase::_testGetUri |
( |
|
self |
) |
[private] |
validate master.getUri(caller_id)
Definition at line 113 of file master.py.
def test_ros::master::MasterApiTestCase::_testRegisterPublisherInvalid |
( |
|
self |
) |
[private] |
def test_ros::master::MasterApiTestCase::_testRegisterPublisherSuccess |
( |
|
self |
) |
[private] |
validate master.registerPublisher(caller_id, topic, topic_api, caller_api)
Definition at line 348 of file master.py.
def test_ros::master::MasterApiTestCase::_testRegisterPublisherTypes |
( |
|
self |
) |
[private] |
#591: this test may change if we make registering '*' unsupported
Definition at line 322 of file master.py.
def test_ros::master::MasterApiTestCase::_testRegisterServiceInvalid |
( |
|
self |
) |
[private] |
def test_ros::master::MasterApiTestCase::_testRegisterServiceSuccess |
( |
|
self |
) |
[private] |
validate master.registerService(caller_id, service, service_api, caller_api)
Definition at line 150 of file master.py.
def test_ros::master::MasterApiTestCase::_testRegisterSubscriberInvalid |
( |
|
self |
) |
[private] |
def test_ros::master::MasterApiTestCase::_testRegisterSubscriberSimpleSuccess |
( |
|
self |
) |
[private] |
validate master.registerSubscriber(caller_id, topic, topic_api, caller_api)
Definition at line 430 of file master.py.
def test_ros::master::MasterApiTestCase::_testUnregisterPublisherInvalid |
( |
|
self |
) |
[private] |
def test_ros::master::MasterApiTestCase::_testUnregisterPublisherSuccess |
( |
|
self |
) |
[private] |
def test_ros::master::MasterApiTestCase::_testUnregisterServiceInvalid |
( |
|
self |
) |
[private] |
def test_ros::master::MasterApiTestCase::_testUnregisterServiceSuccess |
( |
|
self |
) |
[private] |
def test_ros::master::MasterApiTestCase::_testUnregisterSubscriberInvalid |
( |
|
self |
) |
[private] |
def test_ros::master::MasterApiTestCase::_testUnregisterSubscriberSuccess |
( |
|
self |
) |
[private] |
The documentation for this class was generated from the following file: