google-mock 1.7.0-18092013-1 source package in Ubuntu

Changelog

google-mock (1.7.0-18092013-1) unstable; urgency=medium


  * New upstream archive based on gmock-1.7.0.zip from 18-09-2013. 
    The current 1.7.0 orig archive is from July 2013, I suppose it was 
    a prerelease of some sort. (closes: #750214)

 -- Fredrik Hallenberg <email address hidden>  Mon, 02 Jun 2014 21:04:10 +0200

Upload details

Uploaded by:
Fredrik Hallenberg
Uploaded to:
Sid
Original maintainer:
Fredrik Hallenberg
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel

Downloads

File Size SHA-256 Checksum
google-mock_1.7.0-18092013-1.dsc 1.2 KiB f042a8c57ef36c61f335c5e1022971d52a6e721215c5ffa6eaea0f5af269cc88
google-mock_1.7.0-18092013.orig.tar.bz2 1.4 MiB 91b1f35431fde037eb833fb19d6af27d23f88055a1ce6c5bad6ddfc6c3308a4e
google-mock_1.7.0-18092013-1.debian.tar.xz 5.3 KiB 19c6eb45039de1ec94ffb0e97f46950e864750fa53b8ab44598811fc79a69871

Available diffs

No changes file available.

Binary packages built by this source

google-mock: Google's framework for writing and using C++ mock classes

 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.