Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/kyua-cli/dist/store/
Dtransaction_test.cpp320 const int64_t tp_id = tx.put_test_program(test_program_1, action_id); in ATF_TEST_CASE_BODY()
327 const int64_t tp2_id = tx.put_test_program(test_program_1, action2_id); in ATF_TEST_CASE_BODY()
345 const int64_t tp_id = tx.put_test_program(test_program_2, action_id); in ATF_TEST_CASE_BODY()
601 const int64_t test_program_id = tx.put_test_program(test_program, 15); in ATF_TEST_CASE_BODY()
636 ATF_REQUIRE_THROW(store::error, tx.put_test_program(test_program, -1)); in ATF_TEST_CASE_BODY()
691 test_program_id = tx.put_test_program(test_program, 15); in ATF_TEST_CASE_BODY()
Dtransaction.hpp127 int64_t put_test_program(const engine::test_program&, const int64_t);
Dtransaction.cpp815 store::transaction::put_test_program(const engine::test_program& test_program, in put_test_program() function in store::transaction
/netbsd/src/external/bsd/kyua-cli/dist/engine/drivers/
Drun_tests.cpp120 const int64_t test_program_id = tx.put_test_program(program, action_id); in run_test_program()
Dscan_action_test.cpp132 const int64_t tp_id = tx.put_test_program(test_program, action_id); in populate_db()