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

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

Completed in 179 milliseconds