Searched refs:grep_collection (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/kyua-cli/dist/cli/ |
H A D | cmd_about_test.cpp | 70 ATF_REQUIRE(atf::utils::grep_collection("Content of AUTHORS", in ATF_TEST_CASE_BODY() 72 ATF_REQUIRE(atf::utils::grep_collection("Content of COPYING", in ATF_TEST_CASE_BODY() 74 ATF_REQUIRE(atf::utils::grep_collection("Homepage", ui.out_log())); in ATF_TEST_CASE_BODY() 93 ATF_REQUIRE(atf::utils::grep_collection("Homepage", ui.out_log())); in ATF_TEST_CASE_BODY() 95 ATF_REQUIRE(atf::utils::grep_collection("Failed to open.*AUTHORS", in ATF_TEST_CASE_BODY() 97 ATF_REQUIRE(atf::utils::grep_collection("Failed to open.*COPYING", in ATF_TEST_CASE_BODY() 117 ATF_REQUIRE(atf::utils::grep_collection("Content of AUTHORS", in ATF_TEST_CASE_BODY() 119 ATF_REQUIRE(!atf::utils::grep_collection("COPYING", ui.out_log())); in ATF_TEST_CASE_BODY() 120 ATF_REQUIRE(!atf::utils::grep_collection("Homepage", ui.out_log())); in ATF_TEST_CASE_BODY() 139 ATF_REQUIRE(atf::utils::grep_collection("Failed to open.*AUTHORS", in ATF_TEST_CASE_BODY() [all …]
|
H A D | cmd_help_test.cpp | 241 ATF_REQUIRE(atf::utils::grep_collection("^Usage: progname \\[general_options\\] " in ATF_TEST_CASE_BODY() 243 ATF_REQUIRE(!atf::utils::grep_collection("Available.*options", ui.out_log())); in ATF_TEST_CASE_BODY() 244 ATF_REQUIRE(atf::utils::grep_collection("^See kyua-mock_simple\\(1\\) for more " in ATF_TEST_CASE_BODY() 270 ATF_REQUIRE(atf::utils::grep_collection( in ATF_TEST_CASE_BODY() 273 ATF_REQUIRE(atf::utils::grep_collection("Available general options", in ATF_TEST_CASE_BODY() 275 ATF_REQUIRE(atf::utils::grep_collection("--global_a", ui.out_log())); in ATF_TEST_CASE_BODY() 276 ATF_REQUIRE(atf::utils::grep_collection("--global_c=c_global", in ATF_TEST_CASE_BODY() 278 ATF_REQUIRE(atf::utils::grep_collection("Available command options", in ATF_TEST_CASE_BODY() 280 ATF_REQUIRE(atf::utils::grep_collection("--flag_a *Flag A", in ATF_TEST_CASE_BODY() 282 ATF_REQUIRE(atf::utils::grep_collection("-b.*--flag_b *Flag B", in ATF_TEST_CASE_BODY() [all …]
|
H A D | main_test.cpp | 227 ATF_REQUIRE(atf::utils::grep_collection("Usage error: No command provided", in ATF_TEST_CASE_BODY() 229 ATF_REQUIRE(atf::utils::grep_collection("Type.*progname help", in ATF_TEST_CASE_BODY() 246 ATF_REQUIRE(atf::utils::grep_collection("Usage error: Unknown command.*foo", in ATF_TEST_CASE_BODY() 248 ATF_REQUIRE(atf::utils::grep_collection("Type.*progname help", in ATF_TEST_CASE_BODY() 374 ATF_REQUIRE(atf::utils::grep_collection("Usage error.*i-am-invalid", in ATF_TEST_CASE_BODY() 414 ATF_REQUIRE(atf::utils::grep_collection( in ATF_TEST_CASE_BODY() 417 ATF_REQUIRE(atf::utils::grep_collection("Type.*progname help", in ATF_TEST_CASE_BODY() 435 ATF_REQUIRE(atf::utils::grep_collection("progname: E: Runtime error.", in ATF_TEST_CASE_BODY()
|
H A D | common_test.cpp | 362 ATF_REQUIRE( atf::utils::grep_collection("No.*matched.*'a/b'", in ATF_TEST_CASE_BODY() 364 ATF_REQUIRE( atf::utils::grep_collection("No.*matched.*'hey/d:yes'", in ATF_TEST_CASE_BODY()
|
/netbsd-src/external/bsd/atf/dist/atf-c++/ |
H A D | utils_test.cpp | 252 ATF_REQUIRE( atf::utils::grep_collection("irs", strings)); in ATF_TEST_CASE_BODY() 253 ATF_REQUIRE( atf::utils::grep_collection("cond", strings)); in ATF_TEST_CASE_BODY() 254 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings)); in ATF_TEST_CASE_BODY() 264 ATF_REQUIRE( atf::utils::grep_collection("irs", strings)); in ATF_TEST_CASE_BODY() 265 ATF_REQUIRE( atf::utils::grep_collection("cond", strings)); in ATF_TEST_CASE_BODY() 266 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings)); in ATF_TEST_CASE_BODY()
|
H A D | utils.hpp | 55 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection() function
|
/netbsd-src/external/bsd/atf/dist/ |
H A D | NEWS | 81 fork, grep_collection, grep_file, grep_string, redirect and wait
|