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

/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_about_test.cpp70 ATF_REQUIRE(atf::utils::grep_collection("Content of AUTHORS",
72 ATF_REQUIRE(atf::utils::grep_collection("Content of COPYING",
74 ATF_REQUIRE(atf::utils::grep_collection("Homepage", ui.out_log()));
93 ATF_REQUIRE(atf::utils::grep_collection("Homepage", ui.out_log()));
95 ATF_REQUIRE(atf::utils::grep_collection("Failed to open.*AUTHORS",
97 ATF_REQUIRE(atf::utils::grep_collection("Failed to open.*COPYING",
117 ATF_REQUIRE(atf::utils::grep_collection("Content of AUTHORS",
119 ATF_REQUIRE(!atf::utils::grep_collection("COPYING", ui.out_log()));
120 ATF_REQUIRE(!atf::utils::grep_collection("Homepage", ui.out_log()));
139 ATF_REQUIRE(atf::utils::grep_collection("Faile
[all...]
H A Dcmd_help_test.cpp241 ATF_REQUIRE(atf::utils::grep_collection("^Usage: progname \\[general_options\\] "
243 ATF_REQUIRE(!atf::utils::grep_collection("Available.*options", ui.out_log()));
244 ATF_REQUIRE(atf::utils::grep_collection("^See kyua-mock_simple\\(1\\) for more "
270 ATF_REQUIRE(atf::utils::grep_collection(
273 ATF_REQUIRE(atf::utils::grep_collection("Available general options",
275 ATF_REQUIRE(atf::utils::grep_collection("--global_a", ui.out_log()));
276 ATF_REQUIRE(atf::utils::grep_collection("--global_c=c_global",
278 ATF_REQUIRE(atf::utils::grep_collection("Available command options",
280 ATF_REQUIRE(atf::utils::grep_collection("--flag_a *Flag A",
282 ATF_REQUIRE(atf::utils::grep_collection("
[all...]
H A Dmain_test.cpp227 ATF_REQUIRE(atf::utils::grep_collection("Usage error: No command provided",
229 ATF_REQUIRE(atf::utils::grep_collection("Type.*progname help",
246 ATF_REQUIRE(atf::utils::grep_collection("Usage error: Unknown command.*foo",
248 ATF_REQUIRE(atf::utils::grep_collection("Type.*progname help",
374 ATF_REQUIRE(atf::utils::grep_collection("Usage error.*i-am-invalid",
414 ATF_REQUIRE(atf::utils::grep_collection(
417 ATF_REQUIRE(atf::utils::grep_collection("Type.*progname help",
435 ATF_REQUIRE(atf::utils::grep_collection("progname: E: Runtime error.",
H A Dcommon_test.cpp362 ATF_REQUIRE( atf::utils::grep_collection("No.*matched.*'a/b'",
364 ATF_REQUIRE( atf::utils::grep_collection("No.*matched.*'hey/d:yes'",
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dutils.hpp55 grep_collection(const std::string& regexp, const Collection& collection) function in namespace:atf::utils
H A Dutils_test.cpp252 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
253 ATF_REQUIRE( atf::utils::grep_collection("cond", strings));
254 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings));
264 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
265 ATF_REQUIRE( atf::utils::grep_collection("cond", strings));
266 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings));

Completed in 261 milliseconds