rcl/rcl_yaml_param_parser/test
brawner 79e2e044d3 Add basic unit tests for refactored functions in rcl_yaml_param_parser (coverage part 1/3) (#771)
* Add basic unit tests for refactored functions

Signed-off-by: Stephen Brawner <brawner@gmail.com>

* PR Fixup

Signed-off-by: Stephen Brawner <brawner@gmail.com>

* Fix memory errors

Signed-off-by: Stephen Brawner <brawner@gmail.com>

* headers moved

Signed-off-by: Stephen Brawner <brawner@gmail.com>

* Addressing feedback

Signed-off-by: Stephen Brawner <brawner@gmail.com>

* Switch to decltype

Signed-off-by: Stephen Brawner <brawner@gmail.com>
2020-10-09 09:02:32 +02:00
..
benchmark Removed variant benchmark 2020-10-08 08:45:33 +02:00
correct_config.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
empty_string.yaml Allow empty strings if they are quoted. (#450) 2019-05-24 08:57:47 -07:00
indented_name_space.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
max_num_params.yaml Fix memory corruption when maximum number of parameters is exceeded (#456) 2019-06-07 14:56:05 -07:00
multi_ns_correct.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
no_alias_support.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
no_value1.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
overlay.yaml Enable incremental parameter yaml file parsing. (#507) 2019-09-24 11:20:23 -03:00
params_with_no_node.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
root_ns.yaml [yaml parser] Fix FQN=//node_name when ns is / (#299) 2018-09-21 14:50:48 -07:00
seq_map1.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
seq_map2.yaml YAML parameter parser (#235) 2018-05-29 18:07:02 +02:00
special_float.yaml Fix yaml parser error when meets .nan (refactor on #754) (#781) (#785) 2020-10-05 18:12:26 -07:00
string_array_with_quoted_number.yaml Accept quoted int or float values as strings (#464) 2019-06-27 17:51:05 -03:00
test_namespace.cpp Add basic unit tests for refactored functions in rcl_yaml_param_parser (coverage part 1/3) (#771) 2020-10-09 09:02:32 +02:00
test_node_params.cpp Add basic unit tests for refactored functions in rcl_yaml_param_parser (coverage part 1/3) (#771) 2020-10-09 09:02:32 +02:00
test_parse.cpp Add basic unit tests for refactored functions in rcl_yaml_param_parser (coverage part 1/3) (#771) 2020-10-09 09:02:32 +02:00
test_parse_yaml.cpp Fix mem leaks in unit test from 776 (#779) 2020-10-09 09:02:32 +02:00
test_parser.cpp Fix mem leaks in unit test from 776 (#779) 2020-10-09 09:02:32 +02:00
test_yaml_variant.cpp Add basic unit tests for refactored functions in rcl_yaml_param_parser (coverage part 1/3) (#771) 2020-10-09 09:02:32 +02:00
time_bomb_allocator_testing_utils.h Increase rcl_yaml_param_parser test coverage (#656) 2020-05-26 12:45:36 -07:00