Searched full:googletest (Results 1 – 25 of 3444) sorted by relevance
12345678910>>...138
... googletest/cmake/ googletest-1.14.0/googletest/cmake/Config.cmake.in googletest- ...
3204 third_party/googletest/googletest/include3205 third_party/googletest/googletest3206 third_party/googletest/googlemock/include3207 third_party/googletest/googlemock3800 third_party/googletest/googletest/include3801 third_party/googletest/googletest3802 third_party/googletest/googlemock/include3803 third_party/googletest/googlemock3867 third_party/googletest/googletest/include3868 third_party/googletest/googletest[all …]
46 "googletest-*.cc",48 "googletest/include/gtest/**/*.h",52 "googletest/src/gtest-all.cc",57 "googletest-param-test-test.cc",58 "googletest-param-test2-test.cc",59 "googletest-catch-exceptions-test_.cc",60 "googletest-color-test_.cc",61 "googletest-env-var-test_.cc",62 "googletest-failfast-unittest_.cc",63 "googletest-filter-unittest_.cc",[all …]
3 googletest-output-test_.cc:#: Failure9 googletest-output-test_.cc:#: Failure41 googletest-output-test_.cc:#: Failure49 googletest-output-test_.cc:#: Failure59 googletest-output-test_.cc:#: Failure75 googletest-output-test_.cc:#: Failure85 googletest-output-test_.cc:#: Failure95 googletest-output-test_.cc:#: Failure107 googletest-output-test_.cc:#: Failure113 googletest-output-test_.cc:#: Failure[all …]
36 include_dirs: ["external/googletest/googletest"],51 include_dirs: ["external/googletest/googletest"],63 "googletest-*.cc",67 "googletest/src/gtest-all.cc",72 "googletest-param-test-test.cc",73 "googletest-param-test2-test.cc",74 "googletest-catch-exceptions-test_.cc",75 "googletest-color-test_.cc",76 "googletest-env-var-test_.cc",77 "googletest-failfast-unittest_.cc",[all …]
1 # Copied from fbsource/third-party/googletest17 public_system_include_directories = ["googletest/googletest/include"],18 raw_headers = ["googletest/googletest/include/gtest/gtest_prod.h"],31 "googletest/googletest/src/*.cc",34 "googletest/googletest/src/gtest-all.cc",35 "googletest/googletest/src/gtest_main.cc",39 "googletest/googletest",42 "googletest/googletest/include",45 "googletest/googletest/include/gtest/**/*.h",46 "googletest/googletest/src/*.h",[all …]
3489 third_party/googletest/googlemock/src/gmock-cardinalities.cc3490 third_party/googletest/googlemock/src/gmock-internal-utils.cc3491 third_party/googletest/googlemock/src/gmock-matchers.cc3492 third_party/googletest/googlemock/src/gmock-spec-builders.cc3493 third_party/googletest/googlemock/src/gmock.cc3494 third_party/googletest/googletest/src/gtest-assertion-result.cc3495 third_party/googletest/googletest/src/gtest-death-test.cc3496 third_party/googletest/googletest/src/gtest-filepath.cc3497 third_party/googletest/googletest/src/gtest-matchers.cc3498 third_party/googletest/googletest/src/gtest-port.cc[all …]
2 Short Name: googletest3 URL: https://github.com/google/googletest.git22 ## Resources for Rolling Googletest in Chrome24 ### What is Googletest26 Googletest is an open source C++ testing framework developed by Google and used27 by Chromium. See the [User Guide](https://google.github.io/googletest/).29 ### Where is Googletest31 Googletest is developed in google3 and uses35 * Development (Googler only): [google3/third\_party/googletest](http://google3/third_party/googlete…36 * GitHub: https://github.com/google/googletest[all …]
17 # Chromium always links googletest statically, so no API qualifier is42 "src/googletest/include",64 # https://github.com/google/googletest/issues/53379 # after plumbing a workable temporary path into googletest on Android.83 "src/googletest/include/gtest/gtest-assertion-result.h",84 "src/googletest/include/gtest/gtest-death-test.h",85 "src/googletest/include/gtest/gtest-matchers.h",86 "src/googletest/include/gtest/gtest-message.h",87 "src/googletest/include/gtest/gtest-param-test.h",88 "src/googletest/include/gtest/gtest-printers.h",[all …]
1 # GoogleTest Rust8 [crates-badge]: https://img.shields.io/crates/v/googletest.svg9 [crates-url]: https://crates.io/crates/googletest10 [docs-badge]: https://img.shields.io/badge/docs.rs-googletest-66c2a511 [docs-url]: https://docs.rs/googletest/*/googletest/13 [license-url]: https://github.com/google/googletest-rust/blob/main/LICENSE14 [actions-badge]: https://github.com/google/googletest-rust/workflows/CI/badge.svg15 [actions-url]: https://github.com/google/googletest-rust/actions?query=workflow%3ACI+branch%3Amain18 [GoogleTest](https://github.com/google/googletest) to Rust. It provides:23 [GoogleTest](https://google.github.io/googletest/reference/matchers.html),[all …]
5 To build GoogleTest and your tests that use it, you need to tell your build11 GoogleTest comes with a CMake build script12 ([CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt))18 the compiler environment of your choice. You can either build GoogleTest as a24 When building GoogleTest as a standalone project, the typical workflow starts28 git clone https://github.com/google/googletest.git -b release-1.11.029 cd googletest # Main directory of the cloned repository.32 cmake .. # Generate native build scripts for GoogleTest.36 build only GoogleTest, you should replace the last command with43 directory. Just type `make` to build GoogleTest. And then you can simply install[all …]
5 To build GoogleTest and your tests that use it, you need to tell your build11 GoogleTest comes with a CMake build script12 ([CMakeLists.txt](https://github.com/google/googletest/blob/main/CMakeLists.txt))18 the compiler environment of your choice. You can either build GoogleTest as a24 When building GoogleTest as a standalone project, the typical workflow starts28 git clone https://github.com/google/googletest.git -b v1.14.029 cd googletest # Main directory of the cloned repository.32 cmake .. # Generate native build scripts for GoogleTest.36 build only GoogleTest, you should replace the last command with43 directory. Just type `make` to build GoogleTest. And then you can simply install[all …]
5 To build GoogleTest and your tests that use it, you need to tell your build11 GoogleTest comes with a CMake build script12 ([CMakeLists.txt](https://github.com/google/googletest/blob/main/CMakeLists.txt))18 the compiler environment of your choice. You can either build GoogleTest as a24 When building GoogleTest as a standalone project, the typical workflow starts28 git clone https://github.com/google/googletest.git -b v1.15.229 cd googletest # Main directory of the cloned repository.32 cmake .. # Generate native build scripts for GoogleTest.36 build only GoogleTest, you should replace the last command with43 directory. Just type `make` to build GoogleTest. And then you can simply install[all …]
13 # Chromium always links googletest statically, so no API qualifier is32 "src/googletest/include",54 # https://github.com/google/googletest/issues/53370 # after plumbing a workable temporary path into googletest on Android.74 "src/googletest/include/gtest/gtest-assertion-result.h",75 "src/googletest/include/gtest/gtest-death-test.h",76 "src/googletest/include/gtest/gtest-matchers.h",77 "src/googletest/include/gtest/gtest-message.h",78 "src/googletest/include/gtest/gtest-param-test.h",79 "src/googletest/include/gtest/gtest-printers.h",[all …]
195 Files: third_party/fbgemm/third_party/googletest/googlemock/scripts/generator,196 third_party/googletest/googlemock/scripts/generator,197 third_party/kineto/libkineto/third_party/googletest/googlemock/scripts/generator,198 third_party/protobuf/third_party/googletest/googlemock/scripts/generator,199 third_party/tensorpipe/third_party/googletest/googlemock/scripts/generator,200 …third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest/googlemock/scripts/ge…201 For details, see: third_party/fbgemm/third_party/googletest/googlemock/scripts/generator/LICENSE,202 third_party/googletest/googlemock/scripts/generator/LICENSE,203 third_party/kineto/libkineto/third_party/googletest/googlemock/scripts/generator/LICENSE,204 third_party/protobuf/third_party/googletest/googlemock/scripts/generator/LICENSE,[all …]
140 "@googletest//:gtest",152 "@googletest//:gtest",153 "@googletest//:gtest_main",164 "@googletest//:gtest",165 "@googletest//:gtest_main",177 "@googletest//:gtest",178 "@googletest//:gtest_main",189 "@googletest//:gtest",190 "@googletest//:gtest_main",201 "@googletest//:gtest",[all …]
1 …googletest/CMakeLists.txt":"e96687d345e2d335c6824a0b0b0a02022075a7533d49b5bbd666efe056e8c523","dep…
1 # GoogleTest chapter7 GoogleTest now follows the17 https://google.github.io/googletest/. We recommend browsing the documentation on22 [Release 1.14.0](https://github.com/google/googletest/releases/tag/v1.14.0) is32 GoogleTest team.40 ## Welcome to **GoogleTest**, Google's C++ test framework!42 This repository is a merger of the formerly separate GoogleTest and GoogleMock48 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for50 [GoogleTest Primer](https://google.github.io/googletest/primer.html).52 More information about building GoogleTest can be found at[all …]