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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.cpp252 props(void) function in class:reader
295 impl::atffile::props(void) function in class:impl::atffile
338 if (r.props().find("test-suite") == r.props().end())
342 return atffile(r.conf(), r.tps(), r.props());
H A Dtest_program_test.cpp59 check_property(const vars_map& props, const char* name, const char* value) argument
61 const vars_map::const_iterator iter = props.find(name);
62 ATF_REQUIRE(iter != props.end());
H A Dtest-program.cpp106 void got_tc(const std::string& ident, const atf::tests::vars_map& props) argument
111 m_tcs[ident] = props;
505 std::map< std::string, std::string > props; local
511 validate_and_insert(name, value, t.lineno(), props);
517 iter = props.find("ident");
518 if (iter == props.end())
521 ATF_PARSER_CALLBACK(p, got_tc((*iter).second, props));
522 props.clear();

Completed in 26 milliseconds