Package: google-mock Source: googletest Version: 1.10.0-3+heliumnet.nl~eoan Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 16 Depends: googletest (= 1.10.0-3+heliumnet.nl~eoan) 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~eoan_amd64.deb Size: 6840 SHA256: 31cf8f9a7046944784a61334fda463c81ee58d53cb24245baaddd9eee4dd0531 SHA1: 3b5fc76c8f9c1a246ffc9123d588c1c7d2161211 MD5sum: 9740f7b643b8468805ffe8ba07a868c9 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~eoan 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~eoan_all.deb Size: 626204 SHA256: 2cfe4c6d01b99724047e5c10c58a039ee18db52a757fbf86fa1a7fe78456ed02 SHA1: 4a0b4166ac5227e79c3f70170b026922d3d4d8d1 MD5sum: b9aee80b7197943e4fd6c0538e6b3b0f 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~eoan 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~eoan_amd64.deb Size: 25968 SHA256: 322dafaf4036e7b4238cadebf8516944b3c547e92c6d8f647ce7c50178f3e90f SHA1: 6eec06ee77bb2423ad63bd2f36b4874e3f4174c4 MD5sum: 5b310243a57050263b78ac01beab9a58 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~eoan Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 828 Depends: libgtest-dev (= 1.10.0-3+heliumnet.nl~eoan) 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~eoan_amd64.deb Size: 123944 SHA256: 326a10c2357abe70f5277e9fc1eaeb489438a586a4e087fe5284f14939620052 SHA1: 679399711e4fba4ce0d76e804611446f95945ca0 MD5sum: b8d9ae4d2c9c140a0bc39035b78a69d0 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~eoan Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 16734 Depends: googletest (= 1.10.0-3+heliumnet.nl~eoan) 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~eoan_amd64.deb Size: 1581304 SHA256: 0e9e0d4cc22913f85fe6d471585d90142b4e156a8110ec217d908bb72bd9947b SHA1: b0245b0bb16ef40c322dcf6e4936e8582427b086 MD5sum: 8bc83903624b070fff25d7a4c8994c8a 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.