Classes | |
class | FaultyHandler |
class | TestBasicServicesClient |
class | UnexpectedException |
Functions | |
def | add_two_ints_naked (req) |
def | add_two_ints_wrapped (req) |
def | handle_constants_naked (req) |
def | handle_constants_wrapped (req) |
def | services () |
def | string_cat_naked (req) |
def | string_cat_wrapped (req) |
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 | FAULTY_SERVICE = 'faulty_service' |
string | FAULTY_SERVICE_RESULT = 'faulty_service_result' |
string | NAME = 'basic_services' |
string | PKG = 'test_rospy' |
Integration test for empty services to test serializers and transport. More... | |
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 73 of file test_basic_services.py.
def test_basic_services.add_two_ints_wrapped | ( | req | ) |
Definition at line 70 of file test_basic_services.py.
def test_basic_services.handle_constants_naked | ( | req | ) |
Definition at line 100 of file test_basic_services.py.
def test_basic_services.handle_constants_wrapped | ( | req | ) |
Definition at line 84 of file test_basic_services.py.
def test_basic_services.services | ( | ) |
Definition at line 131 of file test_basic_services.py.
def test_basic_services.string_cat_naked | ( | req | ) |
Definition at line 76 of file test_basic_services.py.
def test_basic_services.string_cat_wrapped | ( | req | ) |
Definition at line 79 of file test_basic_services.py.
string test_basic_services.ADD_TWO_INTS_SERVICE_NAKED = 'a2i_naked' |
Definition at line 54 of file test_basic_services.py.
string test_basic_services.ADD_TWO_INTS_SERVICE_WRAPPED = 'a2i_wrapped' |
Definition at line 55 of file test_basic_services.py.
string test_basic_services.CONSTANTS_SERVICE_NAKED = 'constants_service_naked' |
Definition at line 51 of file test_basic_services.py.
string test_basic_services.CONSTANTS_SERVICE_WRAPPED = 'constants_service_wrapped' |
Definition at line 52 of file test_basic_services.py.
string test_basic_services.EMBEDDED_MSG_SERVICE = 'embedded_msg_service' |
Definition at line 66 of file test_basic_services.py.
string test_basic_services.FAULTY_SERVICE = 'faulty_service' |
Definition at line 60 of file test_basic_services.py.
string test_basic_services.FAULTY_SERVICE_RESULT = 'faulty_service_result' |
Definition at line 61 of file test_basic_services.py.
string test_basic_services.NAME = 'basic_services' |
Definition at line 40 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 39 of file test_basic_services.py.
string test_basic_services.STRING_CAT_SERVICE_NAKED = 'string_lower_naked' |
Definition at line 57 of file test_basic_services.py.
string test_basic_services.STRING_CAT_SERVICE_WRAPPED = 'string_lower_wrapped' |
Definition at line 58 of file test_basic_services.py.
string test_basic_services.STRING_SERVICE = 'string_service' |
Definition at line 65 of file test_basic_services.py.
float test_basic_services.WAIT_TIMEOUT = 10.0 |
Definition at line 68 of file test_basic_services.py.