Searched refs:exp_properties (Results 1 – 1 of 1) sorted by relevance
816 config::properties_map exp_properties; in ATF_TEST_CASE_BODY() local817 exp_properties["plain"] = "1234"; in ATF_TEST_CASE_BODY()818 exp_properties["static.first"] = "-3"; in ATF_TEST_CASE_BODY()819 exp_properties["static.second"] = "some text"; in ATF_TEST_CASE_BODY()820 exp_properties["dynamic.first"] = "hello"; in ATF_TEST_CASE_BODY()821 exp_properties["dynamic.second"] = "bye"; in ATF_TEST_CASE_BODY()824 ATF_REQUIRE(exp_properties == properties); in ATF_TEST_CASE_BODY()839 config::properties_map exp_properties; in ATF_TEST_CASE_BODY() local840 exp_properties["static.first"] = "-3"; in ATF_TEST_CASE_BODY()843 ATF_REQUIRE(exp_properties == properties); in ATF_TEST_CASE_BODY()[all …]