Searched defs: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) argument
53 for (typename Collection::const_iterator iter = collection.begin();
54 iter != collection.end(); ++iter) {
H A Dmacros_test.cpp136 std::set< std::string > collection; local
137 collection.insert("foo");
138 collection.insert("bar");
139 collection.insert("baz");
142 ATF_REQUIRE_IN(element, collection);
170 std::set< std::string > collection; local
171 collection.insert("foo");
172 collection.insert("bar");
173 collection.insert("baz");
176 ATF_REQUIRE_NOT_IN(element, collection);
[all...]

Completed in 49 milliseconds