Developer(s) | |
---|---|
Stable release | 1.12.1
/ June 30, 2022 |
Repository | github |
Written in | C++ |
Operating system | Linux, Microsoft Windows, macOS |
Type | Unit testing tool |
License | BSD 3-clauses |
Website | google![]() |
Google Test (also known as gtest) is a unit testing library for the C++ programming language, based on the xUnit architecture.[1] The library is released under the BSD 3-clause license.[2] It can be compiled for a variety of POSIX and Windows platforms, allowing unit-testing of C sources as well as C++ with minimal source modification.[vague]
Besides being developed and used at Google, many other projects implement Google Test as well:
Google Test UI is a test runner that runs test binary, allows to track progress via a progress bar, and displays a list of test failures. Google Test UI is written in C#.[5] Additionally, a feature-complete Visual Studio extension exists with Google Test Adapter.[6]