1 file changed
+1
-1
lines changedSubmodule googletest updated 46 files
- BUILD.bazel+13-2
- README.md+4-3
- WORKSPACE+25-3
- ci/linux-presubmit.sh+3
- docs/gmock_cook_book.md+22-17
- docs/gmock_for_dummies.md+6-6
- docs/reference/mocking.md+3-1
- googlemock/include/gmock/gmock-actions.h+521-67
- googlemock/include/gmock/gmock-matchers.h+25-19
- googlemock/include/gmock/gmock-more-actions.h+2-1
- googlemock/include/gmock/gmock-nice-strict.h+6-3
- googlemock/include/gmock/gmock-spec-builders.h+46-9
- googlemock/include/gmock/internal/gmock-internal-utils.h+6-3
- googlemock/include/gmock/internal/gmock-port.h+47-20
- googlemock/src/gmock-cardinalities.cc+2-1
- googlemock/test/gmock-actions_test.cc+548-38
- googlemock/test/gmock-cardinalities_test.cc+2-1
- googlemock/test/gmock-function-mocker_test.cc+27-11
- googlemock/test/gmock-matchers-arithmetic_test.cc+10-4
- googlemock/test/gmock-matchers-comparisons_test.cc+41-14
- googlemock/test/gmock-matchers-containers_test.cc+52-17
- googlemock/test/gmock-matchers-misc_test.cc+11-4
- googlemock/test/gmock-matchers_test.h+54-16
- googlemock/test/gmock-nice-strict_test.cc+6-3
- googlemock/test/gmock-spec-builders_test.cc+15-7
- googlemock/test/gmock_leak_test_.cc+2-1
- googlemock/test/gmock_link_test.h+2-1
- googlemock/test/gmock_output_test_.cc+2-1
- googletest/include/gtest/gtest-matchers.h+11-6
- googletest/include/gtest/gtest-param-test.h+5-2
- googletest/include/gtest/gtest-spi.h+6-2
- googletest/include/gtest/gtest-test-part.h+4-2
- googletest/include/gtest/gtest.h+18-9
- googletest/include/gtest/internal/custom/README.md-14
- googletest/include/gtest/internal/gtest-death-test-internal.h+6-3
- googletest/include/gtest/internal/gtest-internal.h+41-33
- googletest/include/gtest/internal/gtest-param-util.h+15-5
- googletest/include/gtest/internal/gtest-port.h+139-102
- googletest/src/gtest-internal-inl.h+19-7
- googletest/src/gtest-port.cc+6-3
- googletest/src/gtest.cc+39-7
- googletest/test/BUILD.bazel+4
- googletest/test/googletest-param-test-test.cc+5-2
- googletest/test/googletest-port-test.cc+5-8
- googletest/test/gtest_help_test.py+41-26
- googletest/test/gtest_unittest.cc+70-37
0 commit comments