Lines Matching refs:custom
59 ATF_REQUIRE(md.custom().empty()); in ATF_TEST_CASE_BODY()
82 engine::properties_map custom; in ATF_TEST_CASE_BODY() local
83 custom["1-custom"] = "first"; in ATF_TEST_CASE_BODY()
84 custom["2-custom"] = "second"; in ATF_TEST_CASE_BODY()
115 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY()
150 engine::properties_map custom; in ATF_TEST_CASE_BODY() local
151 custom["first"] = "hello"; in ATF_TEST_CASE_BODY()
152 custom["second"] = "bye"; in ATF_TEST_CASE_BODY()
174 .set_custom(custom) in ATF_TEST_CASE_BODY()
187 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY()
210 engine::properties_map custom; in ATF_TEST_CASE_BODY() local
211 custom["user-defined"] = "the-value"; in ATF_TEST_CASE_BODY()
248 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY()