Home | History | Annotate | Download | only in tools

Lines Matching defs:check_property

60 check_property(const vars_map& props, const char* name, const char* value)
790 check_property((*iter).second, "descr", "Description 1");
791 check_property((*iter).second, "has.cleanup", "false");
792 check_property((*iter).second, "ident", "first");
793 check_property((*iter).second, "timeout", "300");
802 check_property((*iter).second, "descr", "Description 2");
803 check_property((*iter).second, "has.cleanup", "true");
804 check_property((*iter).second, "ident", "second");
805 check_property((*iter).second, "timeout", "500");
806 check_property((*iter).second, "X-property", "Custom property");
815 check_property((*iter).second, "has.cleanup", "false");
816 check_property((*iter).second, "ident", "third");
817 check_property((*iter).second, "timeout", "300");