Home
last modified time | relevance | path

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

/freebsd-src/contrib/kyua/cli/
H A Dcmd_about_test.cpp82 ATF_REQUIRE(!atf::utils::grep_collection("Content of AUTHORS", in ATF_TEST_CASE_BODY()
84 ATF_REQUIRE(atf::utils::grep_collection("\\* First author", ui.out_log())); in ATF_TEST_CASE_BODY()
85 ATF_REQUIRE(!atf::utils::grep_collection("garbage", ui.out_log())); in ATF_TEST_CASE_BODY()
86 ATF_REQUIRE(atf::utils::grep_collection("\\* Second author", ui.out_log())); in ATF_TEST_CASE_BODY()
88 ATF_REQUIRE(!atf::utils::grep_collection("Content of CONTRIBUTORS", in ATF_TEST_CASE_BODY()
90 ATF_REQUIRE(atf::utils::grep_collection("\\* First contributor", in ATF_TEST_CASE_BODY()
92 ATF_REQUIRE(!atf::utils::grep_collection("garbage", ui.out_log())); in ATF_TEST_CASE_BODY()
93 ATF_REQUIRE(atf::utils::grep_collection("\\* Second contributor", in ATF_TEST_CASE_BODY()
96 ATF_REQUIRE(atf::utils::grep_collection("Content of LICENSE", in ATF_TEST_CASE_BODY()
99 ATF_REQUIRE(atf::utils::grep_collection("Homepage", ui.out_log())); in ATF_TEST_CASE_BODY()
[all …]
H A Dcmd_help_test.cpp238 ATF_REQUIRE(atf::utils::grep_collection( in ATF_TEST_CASE_BODY()
240 ATF_REQUIRE(atf::utils::grep_collection( in ATF_TEST_CASE_BODY()
242 ATF_REQUIRE(!atf::utils::grep_collection( in ATF_TEST_CASE_BODY()
244 ATF_REQUIRE(atf::utils::grep_collection( in ATF_TEST_CASE_BODY()
270 ATF_REQUIRE(atf::utils::grep_collection( in ATF_TEST_CASE_BODY()
272 ATF_REQUIRE(atf::utils::grep_collection( in ATF_TEST_CASE_BODY()
275 ATF_REQUIRE(atf::utils::grep_collection("Available general options", in ATF_TEST_CASE_BODY()
277 ATF_REQUIRE(atf::utils::grep_collection("--global_a", ui.out_log())); in ATF_TEST_CASE_BODY()
278 ATF_REQUIRE(atf::utils::grep_collection("--global_c=c_global", in ATF_TEST_CASE_BODY()
280 ATF_REQUIRE(atf::utils::grep_collection("Available command options", in ATF_TEST_CASE_BODY()
[all …]
H A Dmain_test.cpp215 ATF_REQUIRE(atf::utils::grep_collection("Usage error: No command provided", in ATF_TEST_CASE_BODY()
217 ATF_REQUIRE(atf::utils::grep_collection("Type.*progname help", in ATF_TEST_CASE_BODY()
234 ATF_REQUIRE(atf::utils::grep_collection("Usage error: Unknown command.*foo", in ATF_TEST_CASE_BODY()
236 ATF_REQUIRE(atf::utils::grep_collection("Type.*progname help", in ATF_TEST_CASE_BODY()
362 ATF_REQUIRE(atf::utils::grep_collection("Usage error.*i-am-invalid", in ATF_TEST_CASE_BODY()
402 ATF_REQUIRE(atf::utils::grep_collection( in ATF_TEST_CASE_BODY()
405 ATF_REQUIRE(atf::utils::grep_collection("Type.*progname help", in ATF_TEST_CASE_BODY()
423 ATF_REQUIRE(atf::utils::grep_collection("progname: E: Runtime error.", in ATF_TEST_CASE_BODY()
H A Dcommon_test.cpp376 ATF_REQUIRE( atf::utils::grep_collection("No.*matched.*'a/b'", in ATF_TEST_CASE_BODY()
378 ATF_REQUIRE( atf::utils::grep_collection("No.*matched.*'hey/d:yes'", in ATF_TEST_CASE_BODY()
/freebsd-src/contrib/atf/atf-c++/
H A Dutils_test.cpp253 ATF_REQUIRE( atf::utils::grep_collection("irs", strings)); in ATF_TEST_CASE_BODY()
254 ATF_REQUIRE( atf::utils::grep_collection("cond", strings)); in ATF_TEST_CASE_BODY()
255 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings)); in ATF_TEST_CASE_BODY()
265 ATF_REQUIRE( atf::utils::grep_collection("irs", strings)); in ATF_TEST_CASE_BODY()
266 ATF_REQUIRE( atf::utils::grep_collection("cond", strings)); in ATF_TEST_CASE_BODY()
267 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings)); in ATF_TEST_CASE_BODY()
H A Dutils.hpp52 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection() function
/freebsd-src/contrib/atf/
H A DNEWS158 fork, grep_collection, grep_file, grep_string, redirect and wait