Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1527 const int not_enough[] = {1, 2}; in TEST() local
1530 EXPECT_THAT(not_enough, Not(IsSupersetOf(expected))); in TEST()
1655 const int not_enough[] = {1, 2}; in TEST() local
1658 EXPECT_THAT(actual, Not(IsSubsetOf(not_enough))); in TEST()