Lines Matching refs:Google
2 # Google Test #
17 Welcome to **Google Test**, Google's C++ test framework!
26 Getting started information for **Google Test** is available in the
27 [Google Test Primer](googletest/docs/primer.md) documentation.
29 **Google Mock** is an extension to Google Test for writing and using C++ mock
30 classes. See the separate [Google Mock documentation](googlemock/README.md).
50 Google test has been used on a variety of platforms:
61 ## Who Is Using Google Test? ##
63 In addition to many internal projects at Google, Google Test is also used by
69 * [Protocol Buffers](https://github.com/google/protobuf), Google's data
78 [Google Test UI](https://github.com/ospector/gtest-gbar) is test runner that runs
80 displays a list of test failures. Clicking on one shows failure text. Google
84 listener for Google Test that implements the
91 [GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-adapter) is a VS Code extension allowing to view Google Tests in a tree view, and run/debug your tests.
95 Google Test is designed to have fairly minimal requirements to build
99 However, since core members of the Google Test project have no access
100 to these platforms, Google Test may have outstanding issues there. If
107 These are the base requirements to build and use Google Test from a source