DEBFIND Suche nach Debian-Paketen
Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen
beta ! Diese website wird noch weiterentwickelt.
Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß
Paketbeschreibung
Paketname | google-mock |
Beschreibung | Google's framework for writing and using C++ mock classes |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.4.0-3 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 1048 Byte |
Hängt ab von | libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), python, libgtest-dev (>= 1.5.0) |
Empfohlene Pakete | |
Paketbetreuer | Fredrik Hallenberg |
Quelle | |
Paketgröße | 227504 Byte |
Prüfsumme MD5 | 68418d94112839dca8f601586d9c6043 |
Prüfsumme SHA1 | 9e6fed54b56846c5674946a1396290fea3d95190 |
Prüfsumme SHA256 | 3e03bd0405467f20bbe53b9fa6c173b59dbaa9388fb96f5503894845fe92fb03 |
Link zum Herunterladen | google-mock_1.4.0-3_i386.deb |
Ausführliche Beschreibung | Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
specifics in mind, it can help you derive better designs of your
system and write better tests.
.
Google Mock:
.
- provides a declarative syntax for defining mocks,
- can easily define partial (hybrid) mocks, which are a cross of real
and mock objects,
- handles functions of arbitrary types and overloaded functions,
- comes with a rich set of matchers for validating function arguments,
- uses an intuitive syntax for controlling the behavior of a mock,
- does automatic verification of expectations (no record-and-replay
needed),
- allows arbitrary (partial) ordering constraints on
function calls to be expressed,
- lets a user extend it by defining new matchers and actions.
- does not use exceptions, and
- is easy to learn and use.
|
Impressum
Linux is a registered trademark of Linus Torvalds
|