Английская Википедия:Google Test

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Multiple issues Шаблон:Infobox software

Google Test, often referred to as gtest, is a specialized library utilized for the purpose of conducting unit testing within the context of the C++ programming language. This library operates under the terms of the BSD 3-clause license,[1] which dictates the terms of its usage and distribution. Google Test is structured based on the xUnit architecture, a systematic methodology for assessing software components.[2]

Google Test is able to be compiled for a diverse range of computer systems, encompassing those employing POSIX, a set of standard operating system interfaces, as well as the Microsoft Windows platform. This adaptability facilitates the execution of unit tests on both C and C++ codebases, with minimal alterations required in the original source codeШаблон:Citation needed.

Projects using Google Test

Besides being developed and used at Google, many other projects implement Google Test as well:

Related tools

Google Test UI is a software tool for testing computer programs. It serves as a test runner, employing a 'test binary' to evaluate software functionality. It visually presents the testing progress through a progress bar and displays a list of identified issues or 'test failures'. The tool is primarily written in C#.[6] A Visual Studio extension, Google Test Adapter, complements its functionality within the Visual Studio environment.[7] In the domain of software testing, a "test binary" is a compiled program responsible for executing tests and analyzing their results.

See also

Шаблон:Portal

References

Шаблон:Reflist

Further reading

External links

  1. Google Test's repository, retrieved 2016-04-12, cites New BSD as license. The license file is at Шаблон:URL
  2. A quick introduction to the Google C++ Testing Framework, Arpan Sen, IBM DeveloperWorks, 2010-05-11, retrieved 2016-04-12
  3. Android Native tests
  4. The ament_cmake Repository
  5. Gromacs Testing Framework
  6. Google Test UI retrieved 2016-04-12
  7. Шаблон:Cite web