Lines Matching refs:all_properties
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()
923 ATF_REQUIRE_THROW(config::invalid_key_error, tree.all_properties(".")); in ATF_TEST_CASE_BODY()
937 tree.all_properties("root.a.b.c.first.foo")); in ATF_TEST_CASE_BODY()
939 tree.all_properties("root.a.b.c.unset")); in ATF_TEST_CASE_BODY()