Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc413 bool IsPositiveIntValue(const IntValue& foo) { return foo.value() > 0; } in IsPositiveIntValue() function
423 Matcher<IntValue> m3 = Truly(IsPositiveIntValue); in TEST()
426 // to IntValue objects, and then tested by the IsPositiveIntValue() in TEST()

Completed in 6 milliseconds