Go to the source code of this file.
Classes | |
class | test_basic_services.FaultyHandler |
class | test_basic_services.TestBasicServicesClient |
class | test_basic_services.UnexpectedException |
Namespaces | |
test_basic_services | |
Functions | |
def | test_basic_services.add_two_ints_naked (req) |
def | test_basic_services.add_two_ints_wrapped (req) |
def | test_basic_services.handle_constants_naked (req) |
def | test_basic_services.handle_constants_wrapped (req) |
def | test_basic_services.services () |
def | test_basic_services.string_cat_naked (req) |
def | test_basic_services.string_cat_wrapped (req) |
Variables | |
string | test_basic_services.ADD_TWO_INTS_SERVICE_NAKED = 'a2i_naked' |
string | test_basic_services.ADD_TWO_INTS_SERVICE_WRAPPED = 'a2i_wrapped' |
string | test_basic_services.CONSTANTS_SERVICE_NAKED = 'constants_service_naked' |
string | test_basic_services.CONSTANTS_SERVICE_WRAPPED = 'constants_service_wrapped' |
string | test_basic_services.EMBEDDED_MSG_SERVICE = 'embedded_msg_service' |
string | test_basic_services.FAULTY_SERVICE = 'faulty_service' |
string | test_basic_services.FAULTY_SERVICE_RESULT = 'faulty_service_result' |
string | test_basic_services.NAME = 'basic_services' |
string | test_basic_services.PKG = 'test_rospy' |
Integration test for empty services to test serializers and transport. More... | |
string | test_basic_services.STRING_CAT_SERVICE_NAKED = 'string_lower_naked' |
string | test_basic_services.STRING_CAT_SERVICE_WRAPPED = 'string_lower_wrapped' |
string | test_basic_services.STRING_SERVICE = 'string_service' |
float | test_basic_services.WAIT_TIMEOUT = 10.0 |