Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc414 // greater_than_5 is a monomorphic matcher. in TEST()
415 Matcher<int> greater_than_5 = Gt(5); in TEST() local
417 Matcher<const int&> m = Not(greater_than_5); in TEST()
418 Matcher<int&> m2 = Not(greater_than_5); in TEST()
544 // greater_than_5 and less_than_10 are monomorphic matchers. in TEST()
545 Matcher<int> greater_than_5 = Gt(5); in TEST() local
548 Matcher<const int&> m = AllOf(greater_than_5, less_than_10); in TEST()
549 Matcher<int&> m2 = AllOf(greater_than_5, less_than_10); in TEST()
550 Matcher<int&> m3 = AllOf(greater_than_5, m2); in TEST()
553 Matcher<const int&> m4 = AllOf(greater_than_5, less_than_1 in TEST()
761 Matcher<int> greater_than_5 = Gt(5); TEST() local
[all...]

Completed in 3 milliseconds