Public Member Functions | |
def | setUp |
def | test_future_version_works |
def | test_get_messages_filter_works |
def | test_get_messages_time_range_works |
def | test_invalid_bag_arguments_fails |
def | test_io_on_close_fails |
def | test_large_write_works |
def | test_opening_stream_works |
def | test_reindex_works |
def | test_rosbag_filter |
def | test_simple_write_uncompressed_works |
def | test_write_invalid_message_fails |
def | test_writing_nonchronological_works |
Private Member Functions | |
def | _print_bag_records |
Definition at line 51 of file test_bag.py.
def test_bag.TestRosbag._print_bag_records | ( | self, | |
fn | |||
) | [private] |
Definition at line 255 of file test_bag.py.
def test_bag.TestRosbag.setUp | ( | self | ) |
Definition at line 52 of file test_bag.py.
def test_bag.TestRosbag.test_future_version_works | ( | self | ) |
Definition at line 234 of file test_bag.py.
Definition at line 158 of file test_bag.py.
Definition at line 144 of file test_bag.py.
Definition at line 68 of file test_bag.py.
def test_bag.TestRosbag.test_io_on_close_fails | ( | self | ) |
Definition at line 79 of file test_bag.py.
def test_bag.TestRosbag.test_large_write_works | ( | self | ) |
Definition at line 126 of file test_bag.py.
def test_bag.TestRosbag.test_opening_stream_works | ( | self | ) |
Definition at line 55 of file test_bag.py.
def test_bag.TestRosbag.test_reindex_works | ( | self | ) |
Definition at line 190 of file test_bag.py.
def test_bag.TestRosbag.test_rosbag_filter | ( | self | ) |
Definition at line 171 of file test_bag.py.
Definition at line 92 of file test_bag.py.
Definition at line 86 of file test_bag.py.
Definition at line 109 of file test_bag.py.