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

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dutils.hpp51 grep_collection(const std::string& regexp, const Collection& collection) function in namespace:atf::utils
H A Dutils_test.cpp253 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
254 ATF_REQUIRE( atf::utils::grep_collection("cond", strings));
255 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings));
265 ATF_REQUIRE( atf::utils::grep_collection("irs", strings));
266 ATF_REQUIRE( atf::utils::grep_collection("cond", strings));
267 ATF_REQUIRE(!atf::utils::grep_collection("Third", strings));

Completed in 1080 milliseconds