class IsTrueMatcher
Defined at line 101 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-more-matchers.h
Define a matcher that matches a value that evaluates in boolean
context to true. Useful for types that define "explicit operator
bool" operators and so can't be compared for equality with true
and false.