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

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5406 const int not_enough[] = {1, 2}; local
5409 EXPECT_THAT(not_enough, Not(IsSupersetOf(expected)));
5528 const int not_enough[] = {1, 2}; local
5531 EXPECT_THAT(actual, Not(IsSubsetOf(not_enough)));

Completed in 115 milliseconds