Public Member Functions | |
def | __init__ |
def | deleteParam |
def | getMasterUri |
def | getParam |
def | getParamNames |
def | getPid |
def | getPublishedTopics |
def | getSystemState |
def | getTopicTypes |
def | getUri |
def | hasParam |
def | lookupNode |
def | lookupService |
def | registerPublisher |
def | registerService |
def | registerSubscriber |
def | searchParam |
def | setParam |
def | subscribeParam |
def | unregisterPublisher |
def | unregisterService |
def | unregisterSubscriber |
def | unsubscribeParam |
Public Attributes | |
call | |
return_val |
Mock for testing Master without using actual master
Definition at line 44 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::__init__ | ( | self | ) |
Definition at line 49 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::deleteParam | ( | self, | ||
caller_id, | ||||
p | ||||
) |
Definition at line 117 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::getMasterUri | ( | self, | ||
caller_id | ||||
) |
Definition at line 53 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::getParam | ( | self, | ||
caller_id, | ||||
p | ||||
) |
Definition at line 109 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::getParamNames | ( | self, | ||
caller_id | ||||
) |
Definition at line 137 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::getPid | ( | self, | ||
caller_id | ||||
) |
Definition at line 57 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::getPublishedTopics | ( | self, | ||
caller_id, | ||||
subgraph | ||||
) |
Definition at line 97 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::getSystemState | ( | self, | ||
caller_id | ||||
) |
Definition at line 105 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::getTopicTypes | ( | self, | ||
caller_id | ||||
) |
Definition at line 101 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::getUri | ( | self, | ||
caller_id | ||||
) |
Definition at line 61 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::hasParam | ( | self, | ||
caller_id, | ||||
p | ||||
) |
Definition at line 113 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::lookupNode | ( | self, | ||
caller_id, | ||||
node_name | ||||
) |
Definition at line 93 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::lookupService | ( | self, | ||
caller_id, | ||||
service | ||||
) |
Definition at line 69 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::registerPublisher | ( | self, | ||
caller_id, | ||||
topic, | ||||
topic_type, | ||||
caller_api | ||||
) |
Definition at line 85 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::registerService | ( | self, | ||
caller_id, | ||||
service, | ||||
service_api, | ||||
caller_api | ||||
) |
Definition at line 65 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::registerSubscriber | ( | self, | ||
caller_id, | ||||
topic, | ||||
topic_type, | ||||
caller_api | ||||
) |
Definition at line 77 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::searchParam | ( | self, | ||
caller_id, | ||||
p | ||||
) |
Definition at line 121 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::setParam | ( | self, | ||
caller_id, | ||||
p, | ||||
v | ||||
) |
Definition at line 125 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::subscribeParam | ( | self, | ||
caller_id, | ||||
api, | ||||
p | ||||
) |
Definition at line 129 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::unregisterPublisher | ( | self, | ||
caller_id, | ||||
topic, | ||||
caller_api | ||||
) |
Definition at line 89 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::unregisterService | ( | self, | ||
caller_id, | ||||
service, | ||||
service_api | ||||
) |
Definition at line 73 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::unregisterSubscriber | ( | self, | ||
caller_id, | ||||
topic, | ||||
caller_api | ||||
) |
Definition at line 81 of file test_rosgraph_masterapi_offline.py.
def test_rosgraph_masterapi_offline::MasterMock::unsubscribeParam | ( | self, | ||
caller_id, | ||||
api, | ||||
p | ||||
) |
Definition at line 133 of file test_rosgraph_masterapi_offline.py.
Definition at line 50 of file test_rosgraph_masterapi_offline.py.
Definition at line 51 of file test_rosgraph_masterapi_offline.py.