Lines Matching full:one
90 "test_suite('one-suite')\n" in ATF_TEST_CASE_BODY()
125 ATF_REQUIRE_EQ("one-suite", suite.test_programs()[0]->test_suite_name()); in ATF_TEST_CASE_BODY()
133 ATF_REQUIRE_EQ("one-suite", suite.test_programs()[2]->test_suite_name()); in ATF_TEST_CASE_BODY()
168 "test_suite('one-suite')\n" in ATF_TEST_CASE_BODY()
250 "atf_test_program{name='one', test_suite='first'}\n" in ATF_TEST_CASE_BODY()
259 atf::utils::create_file("one", ""); in ATF_TEST_CASE_BODY()
267 ATF_REQUIRE_EQ(fs::path("one"), suite.test_programs()[0]->relative_path()); in ATF_TEST_CASE_BODY()
287 "atf_test_program{name='one'}\n" in ATF_TEST_CASE_BODY()
298 atf::utils::create_file("root/one", ""); in ATF_TEST_CASE_BODY()
307 ATF_REQUIRE_EQ(fs::path("one"), suite.test_programs()[0]->relative_path()); in ATF_TEST_CASE_BODY()
330 "atf_test_program{name='one'}\n" in ATF_TEST_CASE_BODY()
342 atf::utils::create_file("builddir/one", ""); in ATF_TEST_CASE_BODY()
353 ATF_REQUIRE_EQ(fs::path("builddir/one").to_absolute(), in ATF_TEST_CASE_BODY()
355 ATF_REQUIRE_EQ(fs::path("one"), suite.test_programs()[0]->relative_path()); in ATF_TEST_CASE_BODY()
380 "atf_test_program{name='one', test_suite='first'}\n"); in ATF_TEST_CASE_BODY()
381 atf::utils::create_file("one", ""); in ATF_TEST_CASE_BODY()
395 ATF_REQUIRE_EQ(previous_dir / "one", in ATF_TEST_CASE_BODY()
397 ATF_REQUIRE_EQ(fs::path("one"), suite.test_programs()[0]->relative_path()); in ATF_TEST_CASE_BODY()
412 "if fs.exists('one') then\n" in ATF_TEST_CASE_BODY()
413 " plain_test_program{name='one', test_suite='first'}\n" in ATF_TEST_CASE_BODY()
419 atf::utils::create_file("one", ""); in ATF_TEST_CASE_BODY()
424 "if fs.exists('one') then\n" in ATF_TEST_CASE_BODY()
425 " plain_test_program{name='one', test_suite='first'}\n" in ATF_TEST_CASE_BODY()
436 ATF_REQUIRE_EQ(fs::current_path() / "one", in ATF_TEST_CASE_BODY()
467 "atf_test_program{name='one'}\n" in ATF_TEST_CASE_BODY()
470 atf::utils::create_file("one", ""); in ATF_TEST_CASE_BODY()
501 do_load_error_test("config", "only takes one argument"); in ATF_TEST_CASE_BODY()
532 "plain_test_program{name='one'}"); in ATF_TEST_CASE_BODY()
534 atf::utils::create_file("one", ""); in ATF_TEST_CASE_BODY()
566 "atf_test_program{name='one', test_suite='first'}\n" in ATF_TEST_CASE_BODY()
569 atf::utils::create_file("one", ""); in ATF_TEST_CASE_BODY()