Public Member Functions | Public Attributes | List of all members
test_xacro.TestXacroInorder Class Reference
Inheritance diagram for test_xacro.TestXacroInorder:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, args, kwargs)
 
def test_check_order_warning (self)
 
def test_default_property (self)
 
def test_dotify (self)
 
def test_include_from_macro (self)
 
def test_include_lazy (self)
 
def test_invalid_property_definitions (self)
 
def test_invalid_syntax (self)
 
def test_issue_63_fixed_with_inorder_processing (self)
 
def test_macro_default_param_evaluation_order (self)
 
def test_macro_name_clash (self)
 
def test_namespace_propagation (self)
 
def test_print_location (self)
 
def test_property_resolution_with_namespaced_include (self)
 
def test_property_scope_parent_namespaced (self)
 
def test_redefine_global_symbol (self)
 
def test_remove_property (self)
 
def test_unicode_conditional (self)
 
def test_unicode_file (self)
 
def test_unicode_literal_parsing (self)
 
def test_unicode_macro (self)
 
def test_unicode_property (self)
 
def test_unicode_property_attribute (self)
 
def test_unicode_property_block (self)
 
def test_yaml_custom_constructors (self)
 
def test_yaml_custom_constructors_illegal_expr (self)
 
def test_yaml_hasattr_support (self)
 
def test_yaml_support (self)
 
def test_yaml_support_dotted (self)
 
def test_yaml_support_dotted_arith (self)
 
def test_yaml_support_dotted_key_error (self)
 
def test_yaml_support_dotted_list_iterator (self)
 
def test_yaml_support_key_in_dict (self)
 
def test_yaml_support_list_of_x (self)
 
- Public Member Functions inherited from test_xacro.TestXacro
def __init__ (self, args, kwargs)
 
def test_arg_function (self)
 
def test_boolean_if_statement (self)
 
def test_broken_input_doesnt_create_empty_output_file (self)
 
def test_comments (self)
 
def test_consecutive_if (self)
 
def test_consider_non_elements_block (self)
 
def test_consider_non_elements_if (self)
 
def test_create_subdirs (self)
 
def test_default_arg (self)
 
def test_default_arg_empty (self)
 
def test_default_arg_missing (self)
 
def test_default_arg_override (self)
 
def test_default_param (self)
 
def test_default_param_override (self)
 
def test_double_underscore_property_name_raises (self)
 
def test_dynamic_macro_name_clash (self)
 
def test_dynamic_macro_names (self)
 
def test_dynamic_macro_undefined (self)
 
def test_enforce_xacro_ns (self)
 
def test_equality_expression_in_if_statement (self)
 
def test_error_reporting (self)
 
def test_escaping_dollar_braces (self)
 
def test_evaluate_macro_params_before_body (self)
 
def test_expression_in_extension (self)
 
def test_extension_in_expression (self)
 
def test_float_if_statement (self)
 
def test_from_issue (self)
 
def test_greedy_property_evaluation (self)
 
def test_ignore_xacro_comments (self)
 
def test_include (self)
 
def test_include_deprecated (self)
 
def test_include_from_variable (self)
 
def test_include_glob (self)
 
def test_include_nonexistent (self)
 
def test_include_recursive (self)
 
def test_include_with_namespace (self)
 
def test_inorder_processing (self)
 
def test_insert_block_property (self)
 
def test_integer_if_statement (self)
 
def test_integer_stays_integer (self)
 
def test_invalid_if_statement (self)
 
def test_invalid_property_name (self)
 
def test_issue_68_numeric_arg (self)
 
def test_iterable_literals_eval (self)
 
def test_iterable_literals_plain (self)
 
def test_just_a_dollar_sign (self)
 
def test_macro_name_with_colon (self)
 
def test_macro_params_escaped_string (self)
 
def test_macro_undefined (self)
 
def test_math_expressions (self)
 
def test_math_ignores_spaces (self)
 
def test_message_functions (self)
 
def test_multi_tree_evaluation (self)
 
def test_multiple_blocks (self)
 
def test_multiple_definition_and_evaluation (self)
 
def test_multiple_insert_blocks (self)
 
def test_multiple_recursive_evaluation (self)
 
def test_no_double_evaluation (self)
 
def test_no_evaluation (self)
 
def test_overwrite_globals (self)
 
def test_param_missing (self)
 
def test_property_forwarding (self)
 
def test_property_if_statement (self)
 
def test_property_replacement (self)
 
def test_property_scope_global (self)
 
def test_property_scope_parent (self)
 
def test_recursive_bad_math (self)
 
def test_recursive_definition (self)
 
def test_recursive_evaluation (self)
 
def test_recursive_evaluation_wrong_order (self)
 
def test_restricted_builtins (self)
 
def test_restricted_builtins_nested (self)
 
def test_safe_eval (self)
 
def test_should_replace_before_macroexpand (self)
 
def test_substitution_args_arg (self)
 
def test_substitution_args_find (self)
 
def test_target_namespace (self)
 
def test_target_namespace_only_from_root (self)
 
def test_transitive_arg_evaluation (self)
 
def test_transitive_evaluation (self)
 
def test_xacro_attribute (self)
 
def test_xacro_element (self)
 
def test_xml_namespace_lifting (self)
 
- Public Member Functions inherited from test_xacro.TestXacroCommentsIgnored
def __init__ (self, args, kwargs)
 
def test_pr2 (self)
 
- Public Member Functions inherited from test_xacro.TestXacroBase
def __init__ (self, args, kwargs)
 
def assert_matches (self, a, b)
 
def quick_xacro (self, xml, cli=None, kwargs)
 
def run_xacro (self, input_path, args)
 

Public Attributes

 in_order
 
- Public Attributes inherited from test_xacro.TestXacro
 ignore_nodes
 
- Public Attributes inherited from test_xacro.TestXacroCommentsIgnored
 ignore_nodes
 
- Public Attributes inherited from test_xacro.TestXacroBase
 ignore_nodes
 
 in_order
 

Detailed Description

Definition at line 1251 of file test_xacro.py.

Constructor & Destructor Documentation

◆ __init__()

def test_xacro.TestXacroInorder.__init__ (   self,
  args,
  kwargs 
)

Definition at line 1252 of file test_xacro.py.

Member Function Documentation

◆ test_check_order_warning()

def test_xacro.TestXacroInorder.test_check_order_warning (   self)

Definition at line 1464 of file test_xacro.py.

◆ test_default_property()

def test_xacro.TestXacroInorder.test_default_property (   self)

Definition at line 1479 of file test_xacro.py.

◆ test_dotify()

def test_xacro.TestXacroInorder.test_dotify (   self)

Definition at line 1327 of file test_xacro.py.

◆ test_include_from_macro()

def test_xacro.TestXacroInorder.test_include_from_macro (   self)

Definition at line 1309 of file test_xacro.py.

◆ test_include_lazy()

def test_xacro.TestXacroInorder.test_include_lazy (   self)

Definition at line 1278 of file test_xacro.py.

◆ test_invalid_property_definitions()

def test_xacro.TestXacroInorder.test_invalid_property_definitions (   self)

Definition at line 1571 of file test_xacro.py.

◆ test_invalid_syntax()

def test_xacro.TestXacroInorder.test_invalid_syntax (   self)

Definition at line 1564 of file test_xacro.py.

◆ test_issue_63_fixed_with_inorder_processing()

def test_xacro.TestXacroInorder.test_issue_63_fixed_with_inorder_processing (   self)

Definition at line 1283 of file test_xacro.py.

◆ test_macro_default_param_evaluation_order()

def test_xacro.TestXacroInorder.test_macro_default_param_evaluation_order (   self)

Definition at line 1449 of file test_xacro.py.

◆ test_macro_name_clash()

def test_xacro.TestXacroInorder.test_macro_name_clash (   self)

Definition at line 1556 of file test_xacro.py.

◆ test_namespace_propagation()

def test_xacro.TestXacroInorder.test_namespace_propagation (   self)

Definition at line 1321 of file test_xacro.py.

◆ test_print_location()

def test_xacro.TestXacroInorder.test_print_location (   self)

Definition at line 1256 of file test_xacro.py.

◆ test_property_resolution_with_namespaced_include()

def test_xacro.TestXacroInorder.test_property_resolution_with_namespaced_include (   self)

Definition at line 1293 of file test_xacro.py.

◆ test_property_scope_parent_namespaced()

def test_xacro.TestXacroInorder.test_property_scope_parent_namespaced (   self)

Definition at line 1336 of file test_xacro.py.

◆ test_redefine_global_symbol()

def test_xacro.TestXacroInorder.test_redefine_global_symbol (   self)

Definition at line 1269 of file test_xacro.py.

◆ test_remove_property()

def test_xacro.TestXacroInorder.test_remove_property (   self)

Definition at line 1590 of file test_xacro.py.

◆ test_unicode_conditional()

def test_xacro.TestXacroInorder.test_unicode_conditional (   self)

Definition at line 1524 of file test_xacro.py.

◆ test_unicode_file()

def test_xacro.TestXacroInorder.test_unicode_file (   self)

Definition at line 1544 of file test_xacro.py.

◆ test_unicode_literal_parsing()

def test_xacro.TestXacroInorder.test_unicode_literal_parsing (   self)

Definition at line 1497 of file test_xacro.py.

◆ test_unicode_macro()

def test_xacro.TestXacroInorder.test_unicode_macro (   self)

Definition at line 1534 of file test_xacro.py.

◆ test_unicode_property()

def test_xacro.TestXacroInorder.test_unicode_property (   self)

Definition at line 1501 of file test_xacro.py.

◆ test_unicode_property_attribute()

def test_xacro.TestXacroInorder.test_unicode_property_attribute (   self)

Definition at line 1508 of file test_xacro.py.

◆ test_unicode_property_block()

def test_xacro.TestXacroInorder.test_unicode_property_block (   self)

Definition at line 1515 of file test_xacro.py.

◆ test_yaml_custom_constructors()

def test_xacro.TestXacroInorder.test_yaml_custom_constructors (   self)

Definition at line 1426 of file test_xacro.py.

◆ test_yaml_custom_constructors_illegal_expr()

def test_xacro.TestXacroInorder.test_yaml_custom_constructors_illegal_expr (   self)

Definition at line 1435 of file test_xacro.py.

◆ test_yaml_hasattr_support()

def test_xacro.TestXacroInorder.test_yaml_hasattr_support (   self)

Definition at line 1444 of file test_xacro.py.

◆ test_yaml_support()

def test_xacro.TestXacroInorder.test_yaml_support (   self)

Definition at line 1355 of file test_xacro.py.

◆ test_yaml_support_dotted()

def test_xacro.TestXacroInorder.test_yaml_support_dotted (   self)

Definition at line 1368 of file test_xacro.py.

◆ test_yaml_support_dotted_arith()

def test_xacro.TestXacroInorder.test_yaml_support_dotted_arith (   self)

Definition at line 1390 of file test_xacro.py.

◆ test_yaml_support_dotted_key_error()

def test_xacro.TestXacroInorder.test_yaml_support_dotted_key_error (   self)

Definition at line 1381 of file test_xacro.py.

◆ test_yaml_support_dotted_list_iterator()

def test_xacro.TestXacroInorder.test_yaml_support_dotted_list_iterator (   self)

Definition at line 1418 of file test_xacro.py.

◆ test_yaml_support_key_in_dict()

def test_xacro.TestXacroInorder.test_yaml_support_key_in_dict (   self)

Definition at line 1400 of file test_xacro.py.

◆ test_yaml_support_list_of_x()

def test_xacro.TestXacroInorder.test_yaml_support_list_of_x (   self)

Definition at line 1409 of file test_xacro.py.

Member Data Documentation

◆ in_order

test_xacro.TestXacroInorder.in_order

Definition at line 1254 of file test_xacro.py.


The documentation for this class was generated from the following file:


xacro
Author(s): Stuart Glaser, William Woodall, Robert Haschke
autogenerated on Thu May 25 2023 02:45:08