Changes between Version 1 and Version 2 of programmersguide/googlemock


Ignore:
Timestamp:
12/21/15 10:44:02 (10 years ago)
Author:
jano.simas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/googlemock

    v1 v2  
    2020 
    2121class MockFoo : public Foo { 
     22public: 
    2223  MOCK_CONST_METHOD0(GetSize, int()); 
    2324  MOCK_METHOD1(Describe, string(const char* name));