Télécharger la liste

Description du projet

Google C++ Testing Framework is Google's framework for writing C++ tests on a variety of platforms. It is based on the xUnit architecture, and it supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-19 16:23
1.1.0

Type-paramétrées tests, les affirmations exception, et la possibilité d'imprimer le temps écoulé de tests ont été mis en œuvre. La robustesse des tests de mort a été améliorée. Un projet Xcode et les échantillons ont été ajoutés. Le format de sortie sur Windows a été ajusté pour être compréhensible par Visual Studio. Quelques bugs mineurs ont été corrigés. Les dossiers de projet pour Visual Studio 7.1 ont été ajoutés. Problèmes avec la compilation sur Mac OS X ont été corrigés. Problèmes avec la compilation sur Cygwin ont été fixés.
Tags: Major feature enhancements
Type-parameterized tests, exception assertions,
and the ability to print elapsed time of tests
were implemented. The robustness of death tests
was improved. An Xcode project and samples were
added. The output format on Windows was adjusted
to be understandable by Visual Studio. Minor bugs
were fixed. Project files for Visual Studio 7.1
were added. Issues with compiling on Mac OS X were
fixed. Issues with compiling on Cygwin were fixed.

2008-07-04 16:12
1.0.0

Tags: Initial freshmeat announcement

Project Resources