Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtemplates_test.cpp76 do_test_fail(const text::templates_def& templates, const std::string& input_str, in do_test_fail() function
399 do_test_fail(templates, input, "Unknown variable 'testvar1'"); in ATF_TEST_CASE_BODY()
437 do_test_fail(templates, input, "Unknown vector 'testvector'"); in ATF_TEST_CASE_BODY()
482 do_test_fail(templates, input, "Unknown vector 'testvector'"); in ATF_TEST_CASE_BODY()
496 do_test_fail(templates, input, "Index 'j' out of range at position '0'"); in ATF_TEST_CASE_BODY()
512 do_test_fail(templates, input, "Index 'j' out of range at position '2'"); in ATF_TEST_CASE_BODY()
883 do_test_fail(text::templates_def(), "%\n", "Empty statement"); in ATF_TEST_CASE_BODY()
890 do_test_fail(text::templates_def(), "%if2\n", "Unknown statement 'if2'"); in ATF_TEST_CASE_BODY()
897 do_test_fail(text::templates_def(), "%if a b\n", in ATF_TEST_CASE_BODY()