Home
last modified time | relevance | path

Searched refs:stdout_contents (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/kyua/store/
H A Dschema_inttest.cpp166 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_2()
176 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_2()
186 ATF_REQUIRE_EQ("Test stdout", iter.stdout_contents()); in check_action_2()
196 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_2()
206 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_2()
286 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_3()
296 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_3()
306 ATF_REQUIRE_EQ("Another stdout", iter.stdout_contents()); in check_action_3()
316 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_3()
377 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_4()
[all …]
H A Dread_transaction.hpp90 std::string stdout_contents(void) const;
H A Dread_transaction_test.cpp237 ATF_REQUIRE_EQ("stdout of prog1\n", iter.stdout_contents()); in ATF_TEST_CASE_BODY()
245 ATF_REQUIRE(iter.stdout_contents().empty()); in ATF_TEST_CASE_BODY()
H A Dread_transaction.cpp419 store::results_iterator::stdout_contents(void) const in stdout_contents() function in store::results_iterator
/freebsd/contrib/kyua/drivers/
H A Dreport_junit.cpp225 const std::string stdout_contents = iter.stdout_contents(); in got_result() local
226 if (!stdout_contents.empty()) { in got_result()
228 % text::escape_xml(stdout_contents); in got_result()
/freebsd/contrib/kyua/cli/
H A Dcmd_report.cpp215 const std::string stdout_contents = result_iter.stdout_contents(); in print_test_case_and_result() local
216 if (!stdout_contents.empty()) { in print_test_case_and_result()
219 << stdout_contents; in print_test_case_and_result()
H A Dcmd_report_html.cpp367 const std::string stdout_text = iter.stdout_contents(); in got_result()