Classes | |
class | TestBasicServicesClient |
Functions | |
def | add_two_ints_naked |
def | add_two_ints_wrapped |
def | handle_constants_naked |
def | handle_constants_wrapped |
def | services |
def | string_cat_naked |
def | string_cat_wrapped |
Variables | |
string | ADD_TWO_INTS_SERVICE_NAKED = 'a2i_naked' |
string | ADD_TWO_INTS_SERVICE_WRAPPED = 'a2i_wrapped' |
string | CONSTANTS_SERVICE_NAKED = 'constants_service_naked' |
string | CONSTANTS_SERVICE_WRAPPED = 'constants_service_wrapped' |
string | EMBEDDED_MSG_SERVICE = 'embedded_msg_service' |
string | NAME = 'basic_services' |
string | PKG = 'test_rospy' |
Integration test for empty services to test serializers and transport. | |
string | STRING_CAT_SERVICE_NAKED = 'string_lower_naked' |
string | STRING_CAT_SERVICE_WRAPPED = 'string_lower_wrapped' |
string | STRING_SERVICE = 'string_service' |
float | WAIT_TIMEOUT = 10.0 |
def test_basic_services.add_two_ints_naked | ( | req | ) |
Definition at line 69 of file test_basic_services.py.
def test_basic_services.add_two_ints_wrapped | ( | req | ) |
Definition at line 66 of file test_basic_services.py.
def test_basic_services.handle_constants_naked | ( | req | ) |
Definition at line 96 of file test_basic_services.py.
def test_basic_services.handle_constants_wrapped | ( | req | ) |
Definition at line 80 of file test_basic_services.py.
def test_basic_services.services | ( | ) |
Definition at line 107 of file test_basic_services.py.
def test_basic_services.string_cat_naked | ( | req | ) |
Definition at line 72 of file test_basic_services.py.
def test_basic_services.string_cat_wrapped | ( | req | ) |
Definition at line 75 of file test_basic_services.py.
string test_basic_services::ADD_TWO_INTS_SERVICE_NAKED = 'a2i_naked' |
Definition at line 53 of file test_basic_services.py.
string test_basic_services::ADD_TWO_INTS_SERVICE_WRAPPED = 'a2i_wrapped' |
Definition at line 54 of file test_basic_services.py.
string test_basic_services::CONSTANTS_SERVICE_NAKED = 'constants_service_naked' |
Definition at line 50 of file test_basic_services.py.
string test_basic_services::CONSTANTS_SERVICE_WRAPPED = 'constants_service_wrapped' |
Definition at line 51 of file test_basic_services.py.
string test_basic_services::EMBEDDED_MSG_SERVICE = 'embedded_msg_service' |
Definition at line 62 of file test_basic_services.py.
string test_basic_services::NAME = 'basic_services' |
Definition at line 39 of file test_basic_services.py.
string test_basic_services::PKG = 'test_rospy' |
Integration test for empty services to test serializers and transport.
Definition at line 38 of file test_basic_services.py.
string test_basic_services::STRING_CAT_SERVICE_NAKED = 'string_lower_naked' |
Definition at line 56 of file test_basic_services.py.
string test_basic_services::STRING_CAT_SERVICE_WRAPPED = 'string_lower_wrapped' |
Definition at line 57 of file test_basic_services.py.
string test_basic_services::STRING_SERVICE = 'string_service' |
Definition at line 61 of file test_basic_services.py.
float test_basic_services::WAIT_TIMEOUT = 10.0 |
Definition at line 64 of file test_basic_services.py.