Commit e3836f5
File tree
5 files changed
+7
-7
lines changed- tools
- tests
- common
- functional/algorithmic_tests/low_level_api
- third-party
5 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
Submodule google-test updated 61 files
- BUILD.bazel+27-13
- CMakeLists.txt+2-2
- MODULE.bazel+28-21
- README.md+3-12
- WORKSPACE+39-10
- ci/linux-presubmit.sh+47-29
- ci/macos-presubmit.sh+7-4
- ci/windows-presubmit.bat+25-13
- docs/advanced.md+70-50
- docs/faq.md-13
- docs/gmock_cook_book.md+53-20
- docs/primer.md+2-2
- docs/quickstart-bazel.md+23-30
- docs/reference/actions.md+2-1
- docs/reference/assertions.md+9-2
- docs/reference/matchers.md+7-4
- docs/reference/testing.md+98-1
- fake_fuchsia_sdk.bzl+32-4
- googlemock/include/gmock/gmock-actions.h+101-18
- googlemock/include/gmock/gmock-matchers.h+343-76
- googlemock/include/gmock/gmock-more-actions.h+8-8
- googlemock/include/gmock/gmock-spec-builders.h+4-6
- googlemock/include/gmock/internal/gmock-internal-utils.h-5
- googlemock/include/gmock/internal/gmock-port.h+1
- googlemock/src/gmock-cardinalities.cc+4-4
- googlemock/test/gmock-actions_test.cc+71-7
- googlemock/test/gmock-function-mocker_test.cc+2-2
- googlemock/test/gmock-matchers-arithmetic_test.cc+210-27
- googlemock/test/gmock-matchers-comparisons_test.cc+131-5
- googlemock/test/gmock-matchers-containers_test.cc+317-19
- googlemock/test/gmock-matchers-misc_test.cc+82-23
- googlemock/test/gmock-more-actions_test.cc+39-10
- googlemock/test/gmock-pp_test.cc+1-1
- googlemock/test/gmock-spec-builders_test.cc+3-4
- googlemock/test/gmock_link_test.h+1-1
- googletest/README.md+3-3
- googletest/cmake/internal_utils.cmake+1-1
- googletest/include/gtest/gtest-assertion-result.h+7
- googletest/include/gtest/gtest-matchers.h+3-3
- googletest/include/gtest/gtest-param-test.h+95-39
- googletest/include/gtest/gtest-printers.h+39
- googletest/include/gtest/gtest-typed-test.h+61-65
- googletest/include/gtest/gtest.h+2-2
- googletest/include/gtest/internal/gtest-internal.h+40-44
- googletest/include/gtest/internal/gtest-param-util.h+48-14
- googletest/include/gtest/internal/gtest-port.h+16-66
- googletest/src/gtest-internal-inl.h+4
- googletest/src/gtest.cc+157-34
- googletest/test/BUILD.bazel+51-17
- googletest/test/googletest-fail-if-no-test-linked-test-with-disabled-test_.cc+38
- googletest/test/googletest-fail-if-no-test-linked-test-with-enabled-test_.cc+38
- googletest/test/googletest-fail-if-no-test-linked-test.py+169
- googletest/test/googletest-filter-unittest.py+19
- googletest/test/googletest-json-output-unittest.py+95-16
- googletest/test/googletest-param-test-test.cc+70
- googletest/test/googletest-printers-test.cc+31-1
- googletest/test/googletest-setuptestsuite-test_.cc+2-2
- googletest/test/gtest_unittest.cc+52-4
- googletest/test/gtest_xml_output_unittest.py+67-26
- googletest/test/gtest_xml_output_unittest_.cc+21-1
- googletest_deps.bzl+7-7
0 commit comments