Home | History | Annotate | Download | only in engine

Lines Matching defs:custom

59     ATF_REQUIRE(md.custom().empty());
82 engine::properties_map custom;
83 custom["1-custom"] = "first";
84 custom["2-custom"] = "second";
101 .add_custom("1-custom", "first")
102 .add_custom("2-custom", "second")
115 ATF_REQUIRE(custom == md.custom());
150 engine::properties_map custom;
151 custom["first"] = "hello";
152 custom["second"] = "bye";
174 .set_custom(custom)
187 ATF_REQUIRE(custom == md.custom());
210 engine::properties_map custom;
211 custom["user-defined"] = "the-value";
235 .set_string("custom.user-defined", "the-value")
248 ATF_REQUIRE(custom == md.custom());