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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.hpp83 const atf::tests::vars_map& props(void) const;
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 Datffile_test.cpp513 ATF_REQUIRE(properties == atffile.props());
545 ATF_REQUIRE_EQ(2, atffile.props().size());
546 ATF_REQUIRE_EQ("foo", atffile.props().find("test-suite")->second);
547 ATF_REQUIRE_EQ("propvalue1", atffile.props().find("prop1")->second);
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();
H A Datf-run.cpp249 af.props().find("test-suite");
250 INV(iter != af.props().end());
537 af.props().find("test-suite");
538 INV(iter != af.props().end());
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());

Completed in 20 milliseconds