Home
last modified time | relevance | path

Searched refs:put_test_case (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtransaction_test.cpp321 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 Dtransaction.hpp128 int64_t put_test_case(const engine::test_case&, const int64_t);
H A Dtransaction.cpp858 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 Drun_tests.cpp131 const int64_t test_case_id = tx.put_test_case(*test_case, in run_test_program()
H A Dscan_action_test.cpp140 const int64_t tc_id = tx.put_test_case(test_case, tp_id); in populate_db()