Lines Matching refs:hooks
232 run(engine::test_case_hooks& hooks) const in run()
244 &test_case, _user_config, hooks, workdir); in run()
546 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
547 const engine::test_result result = helper.run(hooks); in ATF_TEST_CASE_BODY()
552 ATF_REQUIRE_EQ("stdout stuff\n", hooks.stdout_contents); in ATF_TEST_CASE_BODY()
553 ATF_REQUIRE_EQ("stderr stuff\n", hooks.stderr_contents); in ATF_TEST_CASE_BODY()
879 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
880 const engine::test_result result = helper.run(hooks); in ATF_TEST_CASE_BODY()
885 hooks.stdout_contents)); in ATF_TEST_CASE_BODY()
887 hooks.stderr_contents)); in ATF_TEST_CASE_BODY()
896 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
897 const engine::test_result result = helper.run(hooks); in ATF_TEST_CASE_BODY()
903 hooks.stdout_contents)); in ATF_TEST_CASE_BODY()
905 hooks.stderr_contents)); in ATF_TEST_CASE_BODY()
941 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
943 helper.run(hooks)); in ATF_TEST_CASE_BODY()
946 hooks.stdout_contents); in ATF_TEST_CASE_BODY()
948 hooks.stderr_contents); in ATF_TEST_CASE_BODY()