Searched refs:stdout_contents (Results 1 – 6 of 6) sorted by relevance
181 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_2()190 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_2()199 ATF_REQUIRE_EQ("Test stdout", iter.stdout_contents()); in check_action_2()208 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_2()217 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_2()309 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_3()318 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_3()327 ATF_REQUIRE_EQ("Another stdout", iter.stdout_contents()); in check_action_3()336 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_3()405 ATF_REQUIRE(iter.stdout_contents().empty()); in check_action_4()[all …]
96 std::string stdout_contents(void) const;
360 ATF_REQUIRE_EQ("stdout of prog1\n", iter.stdout_contents()); in ATF_TEST_CASE_BODY()367 ATF_REQUIRE(iter.stdout_contents().empty()); in ATF_TEST_CASE_BODY()
558 store::results_iterator::stdout_contents(void) const in stdout_contents() function in store::results_iterator
82 std::string stdout_contents; member in __anon54dd8b330111::capture_hooks94 ATF_REQUIRE(stdout_contents.empty()); in got_stdout()98 stdout_contents = utils::read_stream(input); in got_stdout()552 ATF_REQUIRE_EQ("stdout stuff\n", hooks.stdout_contents); in ATF_TEST_CASE_BODY()885 hooks.stdout_contents)); in ATF_TEST_CASE_BODY()903 hooks.stdout_contents)); in ATF_TEST_CASE_BODY()946 hooks.stdout_contents); in ATF_TEST_CASE_BODY()
337 const std::string stdout_text = iter.stdout_contents(); in got_result()