Lines Matching refs:Google
2 # Google Test #
6 Welcome to **Google Test**, Google's C++ test framework!
17 Getting started information for **Google Test** is available in the
18 [Google Test Primer](googletest/docs/Primer.md) documentation.
20 **Google Mock** is an extension to Google Test for writing and using C++ mock
21 classes. See the separate [Google Mock documentation](googlemock/README.md).
41 Google test has been used on a variety of platforms:
51 ## Who Is Using Google Test? ##
53 In addition to many internal projects at Google, Google Test is also used by
59 * [Protocol Buffers](https://github.com/google/protobuf), Google's data
65 [Google Test UI](https://github.com/ospector/gtest-gbar) is test runner that runs
67 displays a list of test failures. Clicking on one shows failure text. Google
71 listener for Google Test that implements the
77 Google Test is designed to have fairly minimal requirements to build
81 However, since core members of the Google Test project have no access
82 to these platforms, Google Test may have outstanding issues there. If
89 These are the base requirements to build and use Google Test from a source
113 build Google Test and its own tests from a git checkout (described
122 Some of Google Test's source files are generated from templates (not