Classes | |
| class | TestDeregister |
Functions | |
| def | callback |
Variables | |
| _last_callback = None | |
| string | PKG = 'test_rospy' |
| Integration test for empty services to test serializers and transport. | |
| string | PUBTOPIC = 'test_unpublish_chatter' |
| string | SERVICE = 'test_unregister_service' |
| string | SUBTOPIC = 'test_unsubscribe_chatter' |
| float | TIMEOUT = 10.0 |
| def test_deregister.callback | ( | data | ) |
Definition at line 55 of file test_deregister.py.
Definition at line 54 of file test_deregister.py.
| string test_deregister::PKG = 'test_rospy' |
Integration test for empty services to test serializers and transport.
Definition at line 37 of file test_deregister.py.
| string test_deregister::PUBTOPIC = 'test_unpublish_chatter' |
Definition at line 48 of file test_deregister.py.
| string test_deregister::SERVICE = 'test_unregister_service' |
Definition at line 50 of file test_deregister.py.
| string test_deregister::SUBTOPIC = 'test_unsubscribe_chatter' |
Definition at line 49 of file test_deregister.py.
| float test_deregister::TIMEOUT = 10.0 |
Definition at line 52 of file test_deregister.py.