Télécharger la liste

Description du projet

Google C++ Mocking Framework (or Google Mock for
short) is a library for writing and using C++ mock
classes. It was inspired by jMock, EasyMock, and
Hamcrest, and designed with C++'s specifics in
mind. It lets you create mock classes trivially
using simple macros, supports a rich set of
matchers and actions, handles unordered, partially
ordered, or completely ordered expectations, and
is extensible by users.

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.

2009-10-03 07:30 Retour à la liste release
1.4.0

Une macro ACTION_TEMPLATE de définir facilement des actions personnalisées. An. After () la clause permettant de spécifier l'ordre d'attente. Plus d'actions intégrées, comparateurs et d'utilitaires. Pas de dépendance plus sur Boost. Ce communiqué fonctionne sur Symbian, Windows Mobile, et MinGW maintenant.
Tags: major feature additions
An ACTION_TEMPLATE macro for easily defining custom actions. An .After() clause for specifying expectation order. More built-in actions, matchers, and utilities. No more dependency on Boost. This release works on Symbian, Windows Mobile, and minGW now.

Project Resources