File tree
5 files changed
+6
-4
lines changed- libs
- test/Detail
5 files changed
+6
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Submodule gherkin-cpp updated from 88f6249 to 5248145
Submodule googletest updated 87 files
- .github/workflows/gtest-ci.yml-43
- .gitignore+1
- BUILD.bazel+30-13
- CMakeLists.txt+11-2
- CONTRIBUTING.md+4-4
- CONTRIBUTORS+1
- MODULE.bazel+76
- README.md+9-13
- WORKSPACE+47-13
- WORKSPACE.bzlmod+35
- ci/linux-presubmit.sh+7-5
- ci/macos-presubmit.sh+2-1
- ci/windows-presubmit.bat+8-3
- docs/advanced.md+77-61
- docs/faq.md+18-39
- docs/gmock_cook_book.md+48-13
- docs/gmock_for_dummies.md+4-2
- docs/primer.md+19-20
- docs/quickstart-bazel.md+23-30
- docs/reference/assertions.md+10-3
- docs/reference/mocking.md+1-2
- docs/reference/testing.md+25-4
- fake_fuchsia_sdk.bzl+61
- googlemock/CMakeLists.txt+14-13
- googlemock/README.md+3-3
- googlemock/include/gmock/gmock-actions.h+87-24
- googlemock/include/gmock/gmock-function-mocker.h+5-4
- googlemock/include/gmock/gmock-matchers.h+214-146
- googlemock/include/gmock/gmock-more-actions.h+8-6
- googlemock/include/gmock/gmock-spec-builders.h+4-6
- googlemock/include/gmock/gmock.h+8-7
- googlemock/include/gmock/internal/gmock-internal-utils.h+8-6
- googlemock/include/gmock/internal/gmock-port.h+5-4
- googlemock/src/gmock-cardinalities.cc+4-4
- googlemock/src/gmock-internal-utils.cc+3-2
- googlemock/src/gmock-matchers.cc+14-15
- googlemock/src/gmock-spec-builders.cc+2-1
- googlemock/test/gmock-actions_test.cc+52-4
- googlemock/test/gmock-function-mocker_test.cc+2-2
- googlemock/test/gmock-matchers-arithmetic_test.cc+27-27
- googlemock/test/gmock-matchers-comparisons_test.cc+71-5
- googlemock/test/gmock-matchers-containers_test.cc+29-11
- googlemock/test/gmock-matchers-misc_test.cc+82-23
- googlemock/test/gmock-more-actions_test.cc+39-1
- googlemock/test/gmock-pp_test.cc+1-1
- googlemock/test/gmock-spec-builders_test.cc+1-1
- googlemock/test/gmock_link_test.h+9
- googletest/CMakeLists.txt+14-14
- googletest/README.md+2-2
- googletest/cmake/Config.cmake.in+4
- googletest/cmake/internal_utils.cmake+22-20
- googletest/include/gtest/gtest-assertion-result.h+1-1
- googletest/include/gtest/gtest-death-test.h+4-4
- googletest/include/gtest/gtest-matchers.h+3-3
- googletest/include/gtest/gtest-message.h+9-10
- googletest/include/gtest/gtest-param-test.h+4-4
- googletest/include/gtest/gtest-printers.h+102-27
- googletest/include/gtest/gtest-typed-test.h+65-61
- googletest/include/gtest/gtest.h+36-19
- googletest/include/gtest/internal/gtest-death-test-internal.h+25-26
- googletest/include/gtest/internal/gtest-filepath.h+7-1
- googletest/include/gtest/internal/gtest-internal.h+30-69
- googletest/include/gtest/internal/gtest-param-util.h+79-75
- googletest/include/gtest/internal/gtest-port-arch.h+2
- googletest/include/gtest/internal/gtest-port.h+106-43
- googletest/include/gtest/internal/gtest-type-util.h+3-3
- googletest/src/gtest-death-test.cc+19-17
- googletest/src/gtest-filepath.cc+1-1
- googletest/src/gtest-internal-inl.h+29-17
- googletest/src/gtest-port.cc+70-28
- googletest/src/gtest.cc+243-152
- googletest/test/BUILD.bazel-1
- googletest/test/googletest-color-test.py+1
- googletest/test/googletest-death-test-test.cc+41-37
- googletest/test/googletest-json-output-unittest.py+110-16
- googletest/test/googletest-options-test.cc+4-1
- googletest/test/googletest-output-test-golden-lin.txt-5
- googletest/test/googletest-port-test.cc+3-3
- googletest/test/googletest-printers-test.cc+40
- googletest/test/gtest_environment_test.cc+52-44
- googletest/test/gtest_help_test.py+23-41
- googletest/test/gtest_json_test_utils.py+3
- googletest/test/gtest_repeat_test.cc+1-3
- googletest/test/gtest_unittest.cc+68-27
- googletest/test/gtest_xml_output_unittest.py+76-32
- googletest/test/gtest_xml_output_unittest_.cc+21-1
- googletest_deps.bzl+16-10
Submodule json updated 1152 files
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| 43 | + | |
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
|
0 commit comments