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 162 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_empty_node_vs_whitespace | ( | self | ) |
Definition at line 178 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_ignore_comments | ( | self | ) |
Definition at line 185 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_match_similar_numbers | ( | self | ) |
Definition at line 168 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_match_unordered_dicts | ( | self | ) |
Definition at line 173 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_mismatch_different_dicts | ( | self | ) |
Definition at line 175 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_mismatch_different_numbers | ( | self | ) |
Definition at line 170 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_normalize_whitespace_nested | ( | self | ) |
Definition at line 182 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_normalize_whitespace_text | ( | self | ) |
Definition at line 163 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_normalize_whitespace_trim | ( | self | ) |
Definition at line 165 of file test_xacro.py.
def test.test_xacro.TestMatchXML.test_whitespace_vs_empty_node | ( | self | ) |
Definition at line 180 of file test_xacro.py.