googletest_1.8.0-6_amd64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/Kindred/public/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/Kindred/public/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install googletest=1.8.0-6

Google's C++ test framework

Full description:
  Google's C++ test framework
 This package combines formerly-separate Google Test and Google Mock.
 .
 Google Test is a 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.
 .
 Google Mock is an extension of Google Test for C++ mocking.  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.
 .
 NOTE: This package does not contain a library to link against, but rather
 the source code to build the google test library; this is because the google
 test library must be built with the same flags as the C++ code under test.

Checksums

MD5 ee110369e0c83de1813886c416e93c5c
SHA1 63a5b2ba58cbbcaf496b3ae50bf7261ad5a4543e
SHA256 9da71a4834963c17fc996e42f7525aadca048c1f01c0082c17e6d2f45063d8c9
SHA512 daefa3b0fb6104c2ac0c51590dad37f23eaa73628e0c04e0336ea547af6dadcd957f20ff3e8ce550f21b78ccad8e101904bcc4d14bbcb945339d09d1e77e1f01

Depends

  • python:any

Conflicts

  • google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0)

Replaces

  • google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0)

Files

  • /usr/include/gmock/internal/gmock-port.h
  • /usr/include/gmock/internal/gmock-internal-utils.h
  • /usr/include/gmock/internal/gmock-generated-internal-utils.h.pump
  • /usr/include/gmock/internal/gmock-generated-internal-utils.h
  • /usr/include/gmock/internal/custom/gmock-port.h
  • /usr/include/gmock/internal/custom/gmock-matchers.h
  • /usr/include/gmock/internal/custom/gmock-generated-actions.h.pump
  • /usr/include/gmock/internal/custom/gmock-generated-actions.h
  • /usr/include/gmock/gmock.h
  • /usr/include/gmock/gmock-spec-builders.h
  • /usr/include/gmock/gmock-more-matchers.h
  • /usr/include/gmock/gmock-more-actions.h
  • /usr/include/gmock/gmock-matchers.h
  • /usr/include/gmock/gmock-generated-nice-strict.h.pump
  • /usr/include/gmock/gmock-generated-nice-strict.h
  • /usr/include/gmock/gmock-generated-matchers.h.pump
  • /usr/include/gmock/gmock-generated-matchers.h
  • /usr/include/gmock/gmock-generated-function-mockers.h.pump
  • /usr/include/gmock/gmock-generated-function-mockers.h
  • /usr/include/gmock/gmock-generated-actions.h.pump
  • /usr/include/gmock/gmock-generated-actions.h
  • /usr/include/gmock/gmock-cardinalities.h
  • /usr/include/gmock/gmock-actions.h
  • /usr/bin/gmock_gen

Uploaded

over 6 years ago

Package Size

636 KB

Installed Size

7.07 MB

Downloads

274

wget

wget --content-disposition "https://packagecloud.io/Kindred/public/packages/ubuntu/xenial/googletest_1.8.0-6_amd64.deb/download.deb?distro_version_id=165"

Homepage

https://github.com/google/googletest