Lines Matching refs:hooks
158 drivers::list_tests::base_hooks& hooks, in run_helpers() argument
175 filters, user_config, hooks); in run_helpers()
186 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
188 run_helpers(fs::path("root"), none, hooks); in ATF_TEST_CASE_BODY()
192 ATF_REQUIRE(exp_test_cases == hooks.test_cases); in ATF_TEST_CASE_BODY()
200 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
202 run_helpers(fs::path("root"), none, hooks); in ATF_TEST_CASE_BODY()
207 ATF_REQUIRE(exp_test_cases == hooks.test_cases); in ATF_TEST_CASE_BODY()
215 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
217 run_helpers(fs::path("root"), none, hooks, "dir/program", in ATF_TEST_CASE_BODY()
222 ATF_REQUIRE(exp_test_cases == hooks.test_cases); in ATF_TEST_CASE_BODY()
230 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
233 hooks); in ATF_TEST_CASE_BODY()
238 ATF_REQUIRE(exp_test_cases == hooks.test_cases); in ATF_TEST_CASE_BODY()
246 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
249 hooks, NULL, NULL, "magic value"); in ATF_TEST_CASE_BODY()
253 ATF_REQUIRE(exp_test_cases == hooks.test_cases); in ATF_TEST_CASE_BODY()
255 const model::metadata& metadata = hooks.metadatas.find( in ATF_TEST_CASE_BODY()
265 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
267 run_helpers(fs::path("root"), none, hooks, "dir/program"); in ATF_TEST_CASE_BODY()
271 ATF_REQUIRE(exp_test_cases == hooks.test_cases); in ATF_TEST_CASE_BODY()