]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
5 years agoFix typo "definedin in" => "defined in"
Arthur Sonzogni [Tue, 20 Oct 2020 13:45:52 +0000 (15:45 +0200)]
Fix typo "definedin in" => "defined in"

Replace "definedin in" by "defined in" in files:
- googletest/src/gtest.cc
- googletest/test/googletest-output-test-golden-lin.txt

5 years agoGoogletest export
Abseil Team [Fri, 16 Oct 2020 03:30:37 +0000 (23:30 -0400)]
Googletest export

Fix typo in the "Assertion Placement" section

PiperOrigin-RevId: 337435223

5 years agoGoogletest export
Abseil Team [Thu, 15 Oct 2020 21:14:57 +0000 (17:14 -0400)]
Googletest export

Fix some issues when running fuse_gmock_files.

The module path should be updated before importing `fuse_gtest_files`, since
the script may not run from the googletest repo root. We also need a non-frozen
set in order to track progress.

PiperOrigin-RevId: 337380466

5 years agoGoogletest export
dmauro [Thu, 15 Oct 2020 16:38:46 +0000 (12:38 -0400)]
Googletest export

Fixes build warnings from previous CL
Add CMake to internal presubmit to prevent these

PiperOrigin-RevId: 337325504

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