|
def | setUpClass (cls) |
|
def | test_messages (self) |
|
def | test_temporals (self) |
|
def | test_typenames (self) |
|
def | __init__ (self, *args, **kwargs) |
|
def | create_publisher (self, topic, cls) |
|
def | init_node (self) |
|
def | run_command (self, communicate=True) |
|
def | run_rostest (cls) |
|
def | setUp (self) |
|
def | shutdown_node (self) |
|
def | spin_once (self, timeout) |
|
def | subTest (self, msg=None, **params) |
|
def | tearDown (self) |
|
def | verify_bags (self) |
|
def | verify_topics (self, topics, messages=None) |
|
Tests general API.
Definition at line 32 of file test_api.py.
◆ setUpClass()
def test.test_api.TestAPI.setUpClass |
( |
|
cls | ) |
|
Initializes ROS bindings in grepros.
Definition at line 40 of file test_api.py.
◆ test_messages()
def test.test_api.TestAPI.test_messages |
( |
|
self | ) |
|
Tests API functions for dealing with messages.
Definition at line 45 of file test_api.py.
◆ test_temporals()
def test.test_api.TestAPI.test_temporals |
( |
|
self | ) |
|
Tests API functions for dealing with ROS time/duration values.
Definition at line 267 of file test_api.py.
◆ test_typenames()
def test.test_api.TestAPI.test_typenames |
( |
|
self | ) |
|
Tests API functions for dealing with ROS types.
Definition at line 213 of file test_api.py.
◆ NAME
test.test_api.TestAPI.NAME = os.path.splitext(os.path.basename(__file__))[0] |
|
static |
Test name used in flow logging.
Definition at line 36 of file test_api.py.
The documentation for this class was generated from the following file: