HomeSort by: relevance | last modified time | path
    Searched refs:put_test_case (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/store/
transaction.hpp 128 int64_t put_test_case(const engine::test_case&, const int64_t);
transaction_test.cpp 321 const int64_t tc_id = tx.put_test_case(*test_case_1, tp_id);
328 const int64_t tc2_id = tx.put_test_case(*test_case_1, tp2_id);
346 const int64_t tc_id = tx.put_test_case(*test_case_2, tp_id);
692 tx.put_test_case(*test_case1, test_program_id);
693 tx.put_test_case(*test_case2, test_program_id);
721 ATF_REQUIRE_THROW(store::error, tx.put_test_case(test_case, -1));
transaction.cpp 858 store::transaction::put_test_case(const engine::test_case& test_case, function in class:store::transaction
  /src/external/bsd/kyua-cli/dist/engine/drivers/
run_tests.cpp 131 const int64_t test_case_id = tx.put_test_case(*test_case,
scan_action_test.cpp 140 const int64_t tc_id = tx.put_test_case(test_case, tp_id);

Completed in 27 milliseconds