Home
last modified time | relevance | path

Searched refs:ATF_REQUIRE_NOT_IN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/atf/atf-c++/
H A Dmacros.hpp122 #define ATF_REQUIRE_NOT_IN(element, collection) \ macro
H A Dmacros_test.cpp176 ATF_REQUIRE_NOT_IN(element, collection); in ATF_TEST_CASE_BODY()
/freebsd/contrib/atf/
H A DNEWS314 * Added the ATF_REQUIRE_IN and ATF_REQUIRE_NOT_IN macros to atf-c++ to