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


Paketnamegoogle-mock
BeschreibungGoogle's framework for writing and using C++ mock classes
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.4.0-3
Sektiondevel
Prioritätoptional
Installierte Größe1048 Byte
Hängt ab vonlibc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), python, libgtest-dev (>= 1.5.0)
Empfohlene Pakete
PaketbetreuerFredrik Hallenberg
Quelle
Paketgröße227504 Byte
Prüfsumme MD568418d94112839dca8f601586d9c6043
Prüfsumme SHA19e6fed54b56846c5674946a1396290fea3d95190
Prüfsumme SHA2563e03bd0405467f20bbe53b9fa6c173b59dbaa9388fb96f5503894845fe92fb03
Link zum Herunterladengoogle-mock_1.4.0-3_i386.deb
Ausführliche BeschreibungInspired 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