
Public Member Functions | |
| def | test_empty_node_vs_whitespace (self) |
| def | test_ignore_comments (self) |
| def | test_match_similar_numbers (self) |
| def | test_match_unordered_dicts (self) |
| def | test_mismatch_different_dicts (self) |
| def | test_mismatch_different_numbers (self) |
| def | test_normalize_whitespace_nested (self) |
| def | test_normalize_whitespace_text (self) |
| def | test_normalize_whitespace_trim (self) |
| def | test_whitespace_vs_empty_node (self) |
Definition at line 216 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_empty_node_vs_whitespace | ( | self | ) |
Definition at line 235 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_ignore_comments | ( | self | ) |
Definition at line 244 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_match_similar_numbers | ( | self | ) |
Definition at line 223 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_match_unordered_dicts | ( | self | ) |
Definition at line 229 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_mismatch_different_dicts | ( | self | ) |
Definition at line 232 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_mismatch_different_numbers | ( | self | ) |
Definition at line 226 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_normalize_whitespace_nested | ( | self | ) |
Definition at line 241 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_normalize_whitespace_text | ( | self | ) |
Definition at line 217 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_normalize_whitespace_trim | ( | self | ) |
Definition at line 220 of file test_xacro.py.
| def test_xacro.TestMatchXML.test_whitespace_vs_empty_node | ( | self | ) |
Definition at line 238 of file test_xacro.py.