Lines Matching +full:tcs +full:- +full:wait
34 #include <atf-c++.hpp>
52 atf::utils::wait(pid, EXIT_SUCCESS, "Message to stdout\n", ""); in ATF_TEST_CASE_BODY()
67 atf::utils::wait(pid, EXIT_SUCCESS, "", "Message to stderr\n"); in ATF_TEST_CASE_BODY()
77 fs::path("some-file.txt")); in ATF_TEST_CASE_BODY()
82 atf::utils::wait(pid, EXIT_SUCCESS, "", ""); in ATF_TEST_CASE_BODY()
83 atf::utils::compare_file("some-file.txt", "Message to other file\n"); in ATF_TEST_CASE_BODY()
143 ATF_INIT_TEST_CASES(tcs) in ATF_INIT_TEST_CASES() argument
145 ATF_ADD_TEST_CASE(tcs, open_ostream__stdout); in ATF_INIT_TEST_CASES()
146 ATF_ADD_TEST_CASE(tcs, open_ostream__stderr); in ATF_INIT_TEST_CASES()
147 ATF_ADD_TEST_CASE(tcs, open_ostream__other); in ATF_INIT_TEST_CASES()
149 ATF_ADD_TEST_CASE(tcs, stream_length__empty); in ATF_INIT_TEST_CASES()
150 ATF_ADD_TEST_CASE(tcs, stream_length__some); in ATF_INIT_TEST_CASES()
152 ATF_ADD_TEST_CASE(tcs, read_file__ok); in ATF_INIT_TEST_CASES()
153 ATF_ADD_TEST_CASE(tcs, read_file__missing_file); in ATF_INIT_TEST_CASES()
155 ATF_ADD_TEST_CASE(tcs, read_stream__empty); in ATF_INIT_TEST_CASES()
156 ATF_ADD_TEST_CASE(tcs, read_stream__some); in ATF_INIT_TEST_CASES()