Lines Matching refs:test_program
52 struct model::test_program::impl : utils::noncopyable {
129 model::test_program::test_program(const std::string& interface_name_, in test_program() function in model::test_program
142 model::test_program::~test_program(void) in ~test_program()
151 model::test_program::interface_name(void) const in interface_name()
161 model::test_program::relative_path(void) const in relative_path()
171 model::test_program::absolute_path(void) const in absolute_path()
182 model::test_program::root(void) const in root()
192 model::test_program::test_suite_name(void) const in test_suite_name()
202 model::test_program::get_metadata(void) const in get_metadata()
217 model::test_program::find(const std::string& name) const in find()
233 model::test_program::test_cases(void) const in test_cases()
248 model::test_program::set_test_cases(const model::test_cases_map& test_cases_) in set_test_cases()
261 model::test_program::operator==(const test_program& other) const in operator ==()
279 model::test_program::operator!=(const test_program& other) const in operator !=()
299 model::test_program::operator<(const test_program& other) const in operator <()
312 model::operator<<(std::ostream& output, const test_program& object) in operator <<()
329 model::test_program prototype;
344 impl(const model::test_program& prototype_) : in impl()
362 _pimpl(new impl(model::test_program(interface_name_, binary_, root_, in test_program_builder()
426 model::test_program
432 return test_program(_pimpl->prototype.interface_name(), in build()
450 const test_program result = build(); in build_ptr()
451 return test_program_ptr(new test_program(result)); in build_ptr()