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 273 of file test_xacro.py.
def test_xacro.TestMatchXML.test_empty_node_vs_whitespace | ( | self | ) |
Definition at line 292 of file test_xacro.py.
def test_xacro.TestMatchXML.test_ignore_comments | ( | self | ) |
Definition at line 301 of file test_xacro.py.
def test_xacro.TestMatchXML.test_match_similar_numbers | ( | self | ) |
Definition at line 280 of file test_xacro.py.
def test_xacro.TestMatchXML.test_match_unordered_dicts | ( | self | ) |
Definition at line 286 of file test_xacro.py.
def test_xacro.TestMatchXML.test_mismatch_different_dicts | ( | self | ) |
Definition at line 289 of file test_xacro.py.
def test_xacro.TestMatchXML.test_mismatch_different_numbers | ( | self | ) |
Definition at line 283 of file test_xacro.py.
def test_xacro.TestMatchXML.test_normalize_whitespace_nested | ( | self | ) |
Definition at line 298 of file test_xacro.py.
def test_xacro.TestMatchXML.test_normalize_whitespace_text | ( | self | ) |
Definition at line 274 of file test_xacro.py.
def test_xacro.TestMatchXML.test_normalize_whitespace_trim | ( | self | ) |
Definition at line 277 of file test_xacro.py.
def test_xacro.TestMatchXML.test_whitespace_vs_empty_node | ( | self | ) |
Definition at line 295 of file test_xacro.py.