Home
last modified time | relevance | path

Searched refs:stdout_tc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dtest-program.hpp122 void stdout_tc(const std::string&);
H A Dtest_program_test.cpp704 w.stdout_tc("a line"); in ATF_TEST_CASE_BODY()
708 w.stdout_tc("another line"); in ATF_TEST_CASE_BODY()
H A Dtest-program.cpp622 impl::atf_tps_writer::stdout_tc(const std::string& line) in stdout_tc() function in impl::atf_tps_writer
711 case 0: m_writer.stdout_tc(line); break; in line_callback()