Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc110 // Tests implementing a monomorphic matcher using MatchAndExplain().
2160 const Matcher<int> monomorphic = Le(0); in TEST() local
2161 EXPECT_EQ("is <= 0", DescribeMatcher<int>(monomorphic)); in TEST()
2162 EXPECT_EQ("isn't <= 0", DescribeMatcher<int>(monomorphic, true)); in TEST()

Completed in 5 milliseconds