Searched refs:all_properties (Results 1 – 11 of 11) sorted by relevance
276 config::tree::all_properties(const std::string& dotted_key, in all_properties() function in config::tree294 child.all_properties(properties, key); in all_properties()325 return _root == other._root || all_properties() == other.all_properties(); in operator ==()
795 ATF_REQUIRE(tree.all_properties().empty()); in ATF_TEST_CASE_BODY()823 const config::properties_map properties = tree.all_properties(); in ATF_TEST_CASE_BODY()842 const config::properties_map properties = tree.all_properties(); in ATF_TEST_CASE_BODY()865 ATF_REQUIRE(exp_properties == tree.all_properties("root")); in ATF_TEST_CASE_BODY()866 ATF_REQUIRE(exp_properties == tree.all_properties("root.a")); in ATF_TEST_CASE_BODY()873 ATF_REQUIRE(exp_properties == tree.all_properties("root.a.b")); in ATF_TEST_CASE_BODY()874 ATF_REQUIRE(exp_properties == tree.all_properties("root.a.b.c")); in ATF_TEST_CASE_BODY()880 ATF_REQUIRE(exp_properties == tree.all_properties("root.a.d")); in ATF_TEST_CASE_BODY()893 tree.all_properties("root.a.b.c.first")); in ATF_TEST_CASE_BODY()914 ATF_REQUIRE(exp_properties == tree.all_properties("root.a", true)); in ATF_TEST_CASE_BODY()[all …]
117 properties_map all_properties(const std::string& = "",
267 config::detail::inner_node::all_properties(properties_map& properties, in all_properties() function in config::detail::inner_node280 child.all_properties(properties, child_key); in all_properties()
107 void all_properties(properties_map&, const tree_key&) const;
91 ATF_REQUIRE(config.all_properties("test_suites").empty()); in validate_defaults()161 ATF_REQUIRE(exp_test_suites == user_config.all_properties("test_suites")); in ATF_TEST_CASE_BODY()
1624 props = user_config.all_properties(F("test_suites.%s") % test_suite, in generate_config()
107 const config::properties_map& properties = user_config.all_properties( in validate_mock_config()123 ATF_REQUIRE(exp_tree.all_properties() == actual_tree.all_properties()); in require_eq()
117 const config::properties_map properties = user_config.all_properties(); in run()
115 ATF_REQUIRE(exp_test_suites == user_config.all_properties("test_suites")); in ATF_TEST_CASE_BODY()
454 return _pimpl->props.all_properties("custom", true); in custom()650 return fully_specified.all_properties(); in to_properties()