Lines Matching refs:hooks
188 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
190 fs::path("test.db"), std::set< engine::test_filter >(), hooks); in ATF_TEST_CASE_BODY()
192 ATF_REQUIRE(hooks._begin_called); in ATF_TEST_CASE_BODY()
193 ATF_REQUIRE(hooks._end_result); in ATF_TEST_CASE_BODY()
199 ATF_REQUIRE(context == hooks._context.get()); in ATF_TEST_CASE_BODY()
206 ATF_REQUIRE_EQ(results, hooks._results); in ATF_TEST_CASE_BODY()
221 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
223 fs::path("test.db"), filters, hooks); in ATF_TEST_CASE_BODY()
224 ATF_REQUIRE(hooks._begin_called); in ATF_TEST_CASE_BODY()
225 ATF_REQUIRE(hooks._end_result); in ATF_TEST_CASE_BODY()
237 ATF_REQUIRE_EQ(results, hooks._results); in ATF_TEST_CASE_BODY()
244 capture_hooks hooks; in ATF_TEST_CASE_BODY() local
249 hooks)); in ATF_TEST_CASE_BODY()