Lines Matching refs:test_program
310 engine::test_program test_program_1( in ATF_TEST_CASE_BODY()
334 engine::test_program test_program_2( in ATF_TEST_CASE_BODY()
358 ATF_REQUIRE(test_program_1 == *iter.test_program()); in ATF_TEST_CASE_BODY()
365 ATF_REQUIRE(test_program_2 == *iter.test_program()); in ATF_TEST_CASE_BODY()
594 const engine::test_program test_program( in ATF_TEST_CASE_BODY() local
601 const int64_t test_program_id = tx.put_test_program(test_program, 15); in ATF_TEST_CASE_BODY()
630 const engine::test_program test_program( in ATF_TEST_CASE_BODY() local
636 ATF_REQUIRE_THROW(store::error, tx.put_test_program(test_program, -1)); in ATF_TEST_CASE_BODY()
649 engine::test_program test_program( in ATF_TEST_CASE_BODY() local
654 "atf", test_program, "tc1", engine::metadata_builder().build())); in ATF_TEST_CASE_BODY()
677 "atf", test_program, "tc2", md2)); in ATF_TEST_CASE_BODY()
683 test_program.set_test_cases(test_cases); in ATF_TEST_CASE_BODY()
691 test_program_id = tx.put_test_program(test_program, 15); in ATF_TEST_CASE_BODY()
700 ATF_REQUIRE(test_program == *loaded_test_program); in ATF_TEST_CASE_BODY()
713 const engine::test_program test_program( in ATF_TEST_CASE_BODY() local
716 const engine::test_case test_case("plain", test_program, "main", in ATF_TEST_CASE_BODY()