Lines Matching refs:tester

123     engine::tester tester("mock", none, none);  in ATF_TEST_CASE_BODY()  local
124 const std::string output = tester.list(fs::path("/foo/bar")); in ATF_TEST_CASE_BODY()
142 engine::tester tester("mock", utils::make_optional(user), in ATF_TEST_CASE_BODY() local
144 const std::string output = tester.list(fs::path("/another/program/1")); in ATF_TEST_CASE_BODY()
162 engine::tester tester("non-existent", none, none); in ATF_TEST_CASE_BODY() local
164 tester.list(fs::path("does-not-matter"))); in ATF_TEST_CASE_BODY()
172 engine::tester tester("mock", none, none); in ATF_TEST_CASE_BODY() local
176 tester.list(fs::path("does-not-matter"))); in ATF_TEST_CASE_BODY()
184 engine::tester tester("mock", none, none); in ATF_TEST_CASE_BODY() local
188 tester.list(fs::path("does-not-matter"))); in ATF_TEST_CASE_BODY()
198 engine::tester tester("mock", none, none); in ATF_TEST_CASE_BODY() local
199 tester.test(fs::path("/foo/bar"), "test-case", fs::path("/the/result/file"), in ATF_TEST_CASE_BODY()
226 engine::tester tester("mock", utils::make_optional(user), in ATF_TEST_CASE_BODY() local
228 tester.test(fs::path("/foo/bar"), "test-case", fs::path("/the/result/file"), in ATF_TEST_CASE_BODY()
255 engine::tester tester("non-existent", none, none); in ATF_TEST_CASE_BODY() local
257 tester.test(fs::path("foo"), "bar", fs::path("baz"), in ATF_TEST_CASE_BODY()
268 engine::tester tester("mock", none, none); in ATF_TEST_CASE_BODY() local
272 tester.test(fs::path("foo"), "bar", fs::path("baz"), in ATF_TEST_CASE_BODY()
283 engine::tester tester("mock", none, none); in ATF_TEST_CASE_BODY() local
287 tester.test(fs::path("foo"), "bar", fs::path("baz"), in ATF_TEST_CASE_BODY()