Download List

Descripción del Proyecto

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.

System Requirements

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

Con parámetros de tipo pruebas, se llevaron a cabo las afirmaciones de excepción, y la capacidad de imprimir el tiempo transcurrido de las pruebas. La solidez de las pruebas de la muerte fue mejorada. Un proyecto de Xcode y las muestras han sido añadidas. El formato de salida de Windows se ajusta para que sea comprensible por Visual Studio. Minor bugs fueron corregidos. Los archivos de proyecto para Visual Studio 7.1 se han añadido. Problemas con la compilación en Mac OS X se fija. Problemas con la compilación de Cygwin se fija.
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