]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
5 years agoMerge pull request #3042 from Aralox:Issue-2135-modify-mock-template-args-AX-to-TArgX
Derek Mauro [Thu, 15 Oct 2020 17:32:33 +0000 (13:32 -0400)]
Merge pull request #3042 from Aralox:Issue-2135-modify-mock-template-args-AX-to-TArgX

PiperOrigin-RevId: 337217118

5 years agoGoogletest export
Abseil Team [Wed, 14 Oct 2020 20:55:07 +0000 (16:55 -0400)]
Googletest export

Add ::testing::FieldsAre matcher for objects that support get<> and structured bindings.
PiperOrigin-RevId: 337165285

5 years agoIssue 2135: Change template args in NiceMock, NaggyMock and StrictMock from A1, A2...
Aralox [Wed, 7 Oct 2020 07:27:41 +0000 (18:27 +1100)]
Issue 2135: Change template args in NiceMock, NaggyMock and StrictMock from A1, A2, ... to TArg1, TArg2,... to avoid clash with legacy header files