Package: google-mock Source: googletest Version: 1.10.0-3+heliumnet.nl~bionic Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 16 Depends: googletest (= 1.10.0-3+heliumnet.nl~bionic) Multi-Arch: same Homepage: https://github.com/google/googletest Priority: optional Section: oldlibs Filename: pool/main/g/googletest/google-mock_1.10.0-3+heliumnet.nl~bionic_amd64.deb Size: 6844 SHA256: 9c5f9b1155b012ebf5fbeb515b2187e51dd5421501905c08a28230e0fb4219a6 SHA1: 1819a1d744b28d7cc6d013afeba5d7e5e3c20b86 MD5sum: f17d5e947549553acc6de347e96823b1 Description: 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). Package: googletest Version: 1.10.0-3+heliumnet.nl~bionic Architecture: all Maintainer: Steve M. Robbins Installed-Size: 4315 Conflicts: google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0) Replaces: google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0) Multi-Arch: foreign Homepage: https://github.com/google/googletest Priority: optional Section: libdevel Filename: pool/main/g/googletest/googletest_1.10.0-3+heliumnet.nl~bionic_all.deb Size: 626248 SHA256: 9a266c2546ad38f34bfb606d0eaf2c2c4c4978fcf75a31ab0ea42e9fa1c90220 SHA1: c6be6377c3a42f37b7148f1356d075ca4f928add MD5sum: b83e0ddbfd7c5e0d2c8b950a668e6693 Description: Google's C++ test framework sources This package provides sources for 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 and mock libraries. This enables building the google test and mock libraries with the same flags as the C++ code under test. Package: googletest-tools Source: googletest Version: 1.10.0-3+heliumnet.nl~bionic Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 120 Depends: python3:any Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Multi-Arch: same Homepage: https://github.com/google/googletest Priority: optional Section: libdevel Filename: pool/main/g/googletest/googletest-tools_1.10.0-3+heliumnet.nl~bionic_amd64.deb Size: 26592 SHA256: 0b4af9aecee2d014abc0e2d248b2229a6c7502cead869d5964d6124b975d8259 SHA1: 9b385bd28cf5473f0c506ed0309efc65b4b66c1f MD5sum: afe118951485136174764432105c7bd1 Description: Google's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock. Package: libgmock-dev Source: googletest Version: 1.10.0-3+heliumnet.nl~bionic Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 804 Depends: libgtest-dev (= 1.10.0-3+heliumnet.nl~bionic) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Multi-Arch: same Homepage: https://github.com/google/googletest Priority: optional Section: libdevel Filename: pool/main/g/googletest/libgmock-dev_1.10.0-3+heliumnet.nl~bionic_amd64.deb Size: 121148 SHA256: 19b4277c4b36d8f24b26caf55cd866e1e57c127e2cc95e3a8b6d26b8343a3408 SHA1: 88d2fd023f49976289e803147bdb4b008157a672 MD5sum: 318967efadbc6ca8f5119c9c4bdd43c7 Description: 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. Package: libgtest-dev Source: googletest Version: 1.10.0-3+heliumnet.nl~bionic Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 1376 Depends: googletest (= 1.10.0-3+heliumnet.nl~bionic) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Multi-Arch: same Homepage: https://github.com/google/googletest Priority: optional Section: libdevel Filename: pool/main/g/googletest/libgtest-dev_1.10.0-3+heliumnet.nl~bionic_amd64.deb Size: 210608 SHA256: f67a7526ade6c6889eedb36aabcb53528b205a5e349eec97d34024b7f31be285 SHA1: 3789619f11f935f34405ee7cf9822fbe87edcbd6 MD5sum: a800811aa199d18a94798e866d0d89a3 Description: 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.