Searched refs:put_test_case_file (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/kyua/store/ |
H A D | read_transaction_test.cpp | 207 tx.put_test_case_file("__STDOUT__", fs::path("prog1.out"), tc_id); in ATF_TEST_CASE_BODY() 208 tx.put_test_case_file("unused.txt", fs::path("unused.txt"), tc_id); in ATF_TEST_CASE_BODY() 222 tx.put_test_case_file("__STDERR__", fs::path("prog2.err"), tc_id); in ATF_TEST_CASE_BODY() 223 tx.put_test_case_file("unused.txt", fs::path("unused.txt"), tc_id); in ATF_TEST_CASE_BODY()
|
H A D | write_transaction_test.cpp | 246 const optional< int64_t > file_id = tx.put_test_case_file( in ATF_TEST_CASE_BODY() 273 const optional< int64_t > file_id = tx.put_test_case_file( in ATF_TEST_CASE_BODY() 304 tx.put_test_case_file("foo", fs::path("missing"), 1L)); in ATF_TEST_CASE_BODY()
|
H A D | write_transaction.hpp | 78 utils::optional< int64_t > put_test_case_file(const std::string&,
|
H A D | write_transaction.cpp | 369 store::write_transaction::put_test_case_file(const std::string& name, in put_test_case_file() function in store::write_transaction
|
/freebsd/contrib/kyua/drivers/ |
H A D | run_tests.cpp | 126 tx.put_test_case_file("__STDOUT__", result.stdout_file(), test_case_id); in put_test_result() 127 tx.put_test_case_file("__STDERR__", result.stderr_file(), test_case_id); in put_test_result()
|
H A D | report_junit_test.cpp | 155 tx.put_test_case_file("__STDOUT__", fs::path("fake-out"), tc_id); in add_tests() 157 tx.put_test_case_file("__STDERR__", fs::path("fake-err"), tc_id); in add_tests()
|