Searched refs:end_tc (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests_test.cpp114 w.end_tc();
129 w.end_tc();
136 w.end_tc();
155 w.end_tc();
174 w.end_tc();
H A Dtests.hpp51 void end_tc(void);
H A Dtests.cpp101 detail::atf_tp_writer::end_tc(void) function in class:detail::atf_tp_writer
486 writer.end_tc();
/bind-9.11.3/unit/atf-src/tools/
H A Dtest-program.hpp124 void end_tc(const std::string&, const std::string&);
H A Dtest_program_test.cpp660 w.end_tc("passed", "");
668 w.end_tc("failed", "The reason");
676 w.end_tc("skipped", "The reason");
716 w.end_tc("passed", "");
H A Datf-run.cpp413 w.end_tc("skipped", reqfail);
417 w.end_tc("failed", e.what());
459 w.end_tc(tcr.state(), tcr.reason());
H A Dtest-program.cpp639 impl::atf_tps_writer::end_tc(const std::string& state, function in class:impl::atf_tps_writer

Completed in 2166 milliseconds