Package: google-mock Source: googletest Version: 1.10.0-3+heliumnet.nl~eoan Architecture: i386 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_i386.deb Size: 6836 SHA256: 55e9da37ac86fc09f20e9042f365f597c9c25e6526a7e7aaeb8bef6230bff76b SHA1: b0c2bcf3f4ae2608d230d9ee2d9f12c9ed4e9d7d MD5sum: 9288819a5d3fbcb12688554dc20ab2ac 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: i386 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_i386.deb Size: 25964 SHA256: 1d644193cce7839347858ff10fc163ac53492734bc6d70051ed92e4ca042a15f SHA1: 5e4f59160439170b3f40f70bc7a4fbef395c9100 MD5sum: a9b676a02798954843579b17a25573ff 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: i386 Maintainer: Steve M. Robbins Installed-Size: 775 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_i386.deb Size: 126756 SHA256: d72598d734b18f4995783cb39b001625a7cfdf792bfdacccb563d9dcfd34d36c SHA1: 6daf11a23a8d7501f677d72929f566398fef0abd MD5sum: ee8882ff0acdee6049a31e6b532df612 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: i386 Maintainer: Steve M. Robbins Installed-Size: 1317 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_i386.deb Size: 235624 SHA256: 26a5e54127447be470bc1775a281eafd7dfbc58712da399a3ed751fbaf9dc875 SHA1: e2ca629a4605f0c94befc4642ac97db95b6fed64 MD5sum: efc72543d6fc3d9cb3a1a027b05895c5 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.