googletest 1.11.0-3 source package in Ubuntu

Changelog

googletest (1.11.0-3) unstable; urgency=medium

  [ Steve Robbins ]
  * [25eda6d] New patch for GNU Hurd.  Closes: #995574.

  [ Mattias Ellert ]
  * [4c70598] Exclude test gmock-matchers_test also on sh4

 -- Mattias Ellert <email address hidden>  Mon, 01 Nov 2021 14:41:45 +0100

Upload details

Uploaded by:
Steve M. Robbins
Uploaded to:
Sid
Original maintainer:
Steve M. Robbins
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
googletest_1.11.0-3.dsc 2.2 KiB d7a122eb82167b6219bd85d0ea3a0cf472fd32accd05ced0457a411513060749
googletest_1.11.0.orig.tar.gz 865.4 KiB 58dd00393b46704f744f45b1398a6e2c93ad64f9bf811ce34af27b1c63effec0
googletest_1.11.0-3.debian.tar.xz 13.2 KiB 8889ec225a7d4a4ca7b38b03aa792f0548b31ef04a0cd0c0c6aaa64392d20d0f

No changes file available.

Binary packages built by this source

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

 NOTE: This is a transitional package, retained for backwards compatibility.
 New code should instead use either package libgmock-dev (for compiled lib)
 or package googletest (for lib sources).

googletest: No summary available for googletest in ubuntu kinetic.

No description available for googletest in ubuntu kinetic.

googletest-tools: Google's C++ test framework sources

 This package provides tools to be used with Google Test and/or Google
 Mock.

libgmock-dev: Google's framework for writing C++ tests

 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.

libgtest-dev: Google's framework for writing C++ tests

 Google's framework for writing C++ tests on a variety of platforms. Based on
 the xUnit architecture. Supports automatic test discovery, a rich set of
 assertions, user-defined assertions, death tests, fatal and non-fatal failures,
 value- and type-parameterized tests, various options for running the tests, and
 XML test report generation.