
Public Member Functions | |
| def | __init__ |
| def | assert_matches |
| def | quick_xacro |
| def | run_xacro |
Public Attributes | |
| ignore_nodes | |
| in_order | |
Definition at line 212 of file test_xacro.py.
| def test.test_xacro.TestXacroBase.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Reimplemented in test.test_xacro.TestXacroInorder, test.test_xacro.TestXacro, and test.test_xacro.TestXacroCommentsIgnored.
Definition at line 213 of file test_xacro.py.
| def test.test_xacro.TestXacroBase.assert_matches | ( | self, | |
| a, | |||
| b | |||
| ) |
Definition at line 218 of file test_xacro.py.
| def test.test_xacro.TestXacroBase.quick_xacro | ( | self, | |
| xml, | |||
cli = None, |
|||
| kwargs | |||
| ) |
Definition at line 221 of file test_xacro.py.
| def test.test_xacro.TestXacroBase.run_xacro | ( | self, | |
| input_path, | |||
| args | |||
| ) |
Definition at line 233 of file test_xacro.py.
Reimplemented in test.test_xacro.TestXacro, and test.test_xacro.TestXacroCommentsIgnored.
Definition at line 213 of file test_xacro.py.
Reimplemented in test.test_xacro.TestXacroInorder.
Definition at line 213 of file test_xacro.py.