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

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/
H A Dtests_test.cpp47 // Tests for the "atf_tp_writer" class.
80 ATF_TEST_CASE(atf_tp_writer); variable
81 ATF_TEST_CASE_HEAD(atf_tp_writer)
85 ATF_TEST_CASE_BODY(atf_tp_writer)
100 atf::tests::detail::atf_tp_writer w(ss);
108 atf::tests::detail::atf_tp_writer w(ss);
123 atf::tests::detail::atf_tp_writer w(ss);
145 atf::tests::detail::atf_tp_writer w(ss);
196 // Add tests for the "atf_tp_writer" class.
197 ATF_ADD_TEST_CASE(tcs, atf_tp_writer);
[all...]
H A Dtests.hpp48 class atf_tp_writer { class in namespace:atf::tests::detail
54 atf_tp_writer(std::ostream&);
H A Dtests.cpp73 // The "atf_tp_writer" class.
76 detail::atf_tp_writer::atf_tp_writer(std::ostream& os) : function in class:detail::atf_tp_writer
89 detail::atf_tp_writer::start_tc(const std::string& ident)
98 detail::atf_tp_writer::end_tc(void)
105 detail::atf_tp_writer::tc_meta_data(const std::string& name,
578 detail::atf_tp_writer writer(std::cout);

Completed in 212 milliseconds