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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest_program_test.cpp59 check_property(const vars_map& props, const char* name, const char* value) function
787 check_property((*iter).second, "descr", "Description 1");
788 check_property((*iter).second, "has.cleanup", "false");
789 check_property((*iter).second, "ident", "first");
790 check_property((*iter).second, "timeout", "300");
799 check_property((*iter).second, "descr", "Description 2");
800 check_property((*iter).second, "has.cleanup", "true");
801 check_property((*iter).second, "ident", "second");
802 check_property((*iter).second, "timeout", "500");
803 check_property((*ite
[all...]

Completed in 10 milliseconds