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

/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dtests_test.cpp116 w.end_tc();
131 w.end_tc();
138 w.end_tc();
157 w.end_tc();
176 w.end_tc();
H A Dtests.hpp57 void end_tc(void);
H A Dtests.cpp98 detail::atf_tp_writer::end_tc(void) function in class:detail::atf_tp_writer
597 writer.end_tc();
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dtest-program.hpp122 void end_tc(const std::string&, const std::string&);
H A Dtest_program_test.cpp657 w.end_tc("passed", "");
665 w.end_tc("failed", "The reason");
673 w.end_tc("skipped", "The reason");
713 w.end_tc("passed", "");
H A Datf-run.cpp410 w.end_tc("skipped", reqfail);
414 w.end_tc("failed", e.what());
454 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 92 milliseconds