Searched refs:put_test_case (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/kyua-cli/dist/store/ |
H A D | transaction_test.cpp | 321 const int64_t tc_id = tx.put_test_case(*test_case_1, tp_id); in ATF_TEST_CASE_BODY() 328 const int64_t tc2_id = tx.put_test_case(*test_case_1, tp2_id); in ATF_TEST_CASE_BODY() 346 const int64_t tc_id = tx.put_test_case(*test_case_2, tp_id); in ATF_TEST_CASE_BODY() 692 tx.put_test_case(*test_case1, test_program_id); in ATF_TEST_CASE_BODY() 693 tx.put_test_case(*test_case2, test_program_id); in ATF_TEST_CASE_BODY() 721 ATF_REQUIRE_THROW(store::error, tx.put_test_case(test_case, -1)); in ATF_TEST_CASE_BODY()
|
H A D | transaction.hpp | 128 int64_t put_test_case(const engine::test_case&, const int64_t);
|
H A D | transaction.cpp | 858 store::transaction::put_test_case(const engine::test_case& test_case, in put_test_case() function in store::transaction
|
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/ |
H A D | run_tests.cpp | 131 const int64_t test_case_id = tx.put_test_case(*test_case, in run_test_program()
|
H A D | scan_action_test.cpp | 140 const int64_t tc_id = tx.put_test_case(test_case, tp_id); in populate_db()
|