Public Member Functions | |
| def | test_PythonKeyword |
| def | test_std_msgs_Bool |
| def | test_std_msgs_empty |
| def | test_std_msgs_Float |
| def | test_std_msgs_MultiArray |
| def | test_std_msgs_SignedInt |
| def | test_std_msgs_String |
| def | test_std_msgs_UnsignedInt |
| def | test_test_rospy_TestConstants |
| def | test_test_rospy_TestFixedArray |
| def | test_test_rospy_TransitiveImport |
| #2133/2152 | |
Private Member Functions | |
| def | _test_ser_deser |
| Utility for testing roundtrip serialization. | |
Definition at line 49 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::_test_ser_deser | ( | self, | ||
| orig, | ||||
| blank, | ||||
float = False | ||||
| ) | [private] |
Utility for testing roundtrip serialization.
| orig | Message to test roundtrip serialization of | |
| blank | Uninitialized instance of message to deserialize into | |
| float | bool: if True, use almostEquals instead of equals comparison. This variant assumes only data field is named 'data' |
Definition at line 65 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_PythonKeyword | ( | self | ) |
Definition at line 51 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_std_msgs_Bool | ( | self | ) |
Definition at line 191 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_std_msgs_empty | ( | self | ) |
Definition at line 186 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_std_msgs_Float | ( | self | ) |
Definition at line 317 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_std_msgs_MultiArray | ( | self | ) |
Definition at line 343 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_std_msgs_SignedInt | ( | self | ) |
Definition at line 240 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_std_msgs_String | ( | self | ) |
Definition at line 222 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_std_msgs_UnsignedInt | ( | self | ) |
Definition at line 280 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_test_rospy_TestConstants | ( | self | ) |
Definition at line 167 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_test_rospy_TestFixedArray | ( | self | ) |
Definition at line 84 of file test_genmsg_py.py.
| def test_genmsg_py::TestGenmsgPy::test_test_rospy_TransitiveImport | ( | self | ) |
#2133/2152
Definition at line 75 of file test_genmsg_py.py.