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

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dtest_program_test.cpp59 check_property(const vars_map& props, const char* name, const char* value) function
762 check_property((*iter).second, "descr", "Description 1");
763 check_property((*iter).second, "has.cleanup", "false");
764 check_property((*iter).second, "ident", "first");
765 check_property((*iter).second, "timeout", "30");
774 check_property((*iter).second, "descr", "Description 2");
775 check_property((*iter).second, "has.cleanup", "true");
776 check_property((*iter).second, "ident", "second");
777 check_property((*iter).second, "timeout", "500");
778 check_property((*ite
[all...]

Completed in 52 milliseconds