Method summary
- setUp(self)
- test_method_signature(self)
- test_methods(self)
- test_no_tree(self)
- test_parse(self)
- test_parse_all(self)
- test_special_non_state_methods(self)
Methods
- setUp(self)
- test_method_signature(self)
Check if VTK method signatures are parsed correctly.
- test_methods(self)
Check get_methods.
- test_no_tree(self)
Check if parser is usable without the tree.
- test_parse(self)
Check if the methods are organized correctly.
- test_parse_all(self)
Check if all VTK classes are parseable.
- test_special_non_state_methods(self)
Check exceptional cases that are not state methods.