Searched defs:check_property (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dtest_program_test.cpp60 check_property(const vars_map& props, const char* name, const char* value) function in namespace:__anon343
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((*ite
[all...]

Completed in 30 milliseconds