Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc215 class LegacyMockFoo : public FooInterface { class
217 LegacyMockFoo() {} in LegacyMockFoo() function in testing::gmock_function_mocker_test::LegacyMockFoo
284 LegacyMockFoo(const LegacyMockFoo&) = delete;
285 LegacyMockFoo& operator=(const LegacyMockFoo&) = delete;
300 using FunctionMockerTestTypes = ::testing::Types<MockFoo, LegacyMockFoo>;

Completed in 2 milliseconds