Searched refs:exp_output (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates_test.cpp49 /// This fails the test case if exp_output does not match the document generated
54 /// \param exp_output The expected output document.
57 const std::string& exp_output)
63 ATF_REQUIRE_EQ(exp_output, output.str());
373 const std::string exp_output = local
386 do_test_ok(templates, input, exp_output);
410 const std::string exp_output = local
424 do_test_ok(templates, input, exp_output);
451 const std::string exp_output = local
469 do_test_ok(templates, input, exp_output);
56 do_test_ok(const text::templates_def& templates, const std::string& input_str, const std::string& exp_output) argument
531 const std::string exp_output = local
560 const std::string exp_output = local
593 const std::string exp_output = local
638 const std::string exp_output = local
666 const std::string exp_output = local
688 const std::string exp_output = local
724 const std::string exp_output = local
756 const std::string exp_output = local
801 const std::string exp_output = local
843 const std::string exp_output = local
869 const std::string exp_output = local
[all...]
/netbsd-current/external/bsd/kyua-testers/dist/
H A Datf_list_test.c55 /// \param exp_output Expected output of the parsing.
57 do_ok_test(const char* input_name, const char* exp_output) argument
63 if (!atf_utils_compare_file("output.txt", exp_output)) {
64 atf_utils_create_file("expout.txt", "%s", exp_output);
H A Datf_result_test.c110 /// \param exp_output Text of the expected generic result.
112 #define CHECK(name, input, wait_status, timed_out, exp_output, exp_success) \
121 ATF_REQUIRE(atf_utils_compare_file("out.txt", exp_output)); \
431 /// \param exp_output Text of the expected generic result.
433 #define CHECK_CLEANUP(name, wait_status, timed_out, exp_output, exp_success) \
442 ATF_REQUIRE(atf_utils_compare_file("out.txt", exp_output)); \
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtesters_test.cpp126 const std::string exp_output = local
131 ATF_REQUIRE_EQ(exp_output, output);
146 const std::string exp_output = local
154 ATF_REQUIRE_EQ(exp_output, output);
202 const std::string exp_output = local
210 ATF_REQUIRE(atf::utils::compare_file("tester.out", exp_output));
231 const std::string exp_output = local
244 ATF_REQUIRE(atf::utils::compare_file("tester.out", exp_output));

Completed in 138 milliseconds