Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc640 class DerivedClass : public AClass { class
729 // The matcher expects a DerivedClass, but inside the Property() we in TEST()
731 Matcher<const DerivedClass&> m = Property(&AClass::n, Ge(0)); in TEST()
733 DerivedClass d; in TEST()
850 // The matcher expects a DerivedClass, but inside the Property() we in TEST()
852 Matcher<const DerivedClass*> m = Property(&AClass::n, Ge(0)); in TEST()
854 DerivedClass d; in TEST()

Completed in 9 milliseconds