About: Google Test

An Entity of Type: library, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Google Test (also known as gtest) is a unit testing library for the C++ programming language, based on the xUnit architecture. The library is released under the BSD 3-clause license. 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.

Property Value
dbo:abstract
  • Google Test (also known as gtest) is a unit testing library for the C++ programming language, based on the xUnit architecture. The library is released under the BSD 3-clause license. 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. (en)
  • Google C++ Testing Framework (Google Test) — библиотека для модульного тестирования (англ. unit testing) на языке C++. Исходные тексты открыты с середины 2008 года под лицензией BSD. Документация частично переведена на русский язык.. Google Test построена на методологии тестирования xUnit, то есть когда отдельные части программы (классы, функции, модули) проверяются отдельно друг от друга, в изоляции. Библиотека сама по себе разработана с активным применением тестирования, когда при добавлении каких-либо частей в официальную версию, кроме кода самих изменений необходимо написать набор тестов, подтверждающих их корректность. (ru)
dbo:developer
dbo:genre
dbo:latestReleaseDate
  • 2022-06-30 (xsd:date)
dbo:latestReleaseVersion
  • 1.12.1
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 40237665 (xsd:integer)
dbo:wikiPageLength
  • 4200 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1123707063 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
dbp:genre
  • Unit testing tool (en)
dbp:latestReleaseDate
  • 2022-06-30 (xsd:date)
dbp:latestReleaseVersion
  • 1.120000 (xsd:double)
dbp:license
dbp:name
  • Google Test (en)
dbp:operatingSystem
dbp:programmingLanguage
dbp:repo
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Google Test (also known as gtest) is a unit testing library for the C++ programming language, based on the xUnit architecture. The library is released under the BSD 3-clause license. 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. (en)
  • Google C++ Testing Framework (Google Test) — библиотека для модульного тестирования (англ. unit testing) на языке C++. Исходные тексты открыты с середины 2008 года под лицензией BSD. Документация частично переведена на русский язык.. (ru)
rdfs:label
  • Google Test (en)
  • Google C++ Testing Framework (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • Google Test (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License