Package: google-mock Source: googletest Version: 1.10.0-3+heliumnet.nl~bionic Architecture: i386 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_i386.deb Size: 6840 SHA256: d9a6e7b3f810877ca69910b413e2c3992429a2683ddb97fc49e0811355b6c1a1 SHA1: 362dc4c93210e6d32315e2b89e584ea57db3d507 MD5sum: 27aeb19098bdd1ec4c2e119ddc1d3787 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: 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~bionic_i386.deb Size: 26588 SHA256: 0ffd75e63d304d2681cdecd2bc3a41314a90ae32821699e7e06fc6ce4aaf4c78 SHA1: 601cbbf72b7b385c6ccd5f84b667861858ca7104 MD5sum: 8994117d1ed2da661908b7ff0f803e84 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: i386 Maintainer: Steve M. Robbins Installed-Size: 762 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_i386.deb Size: 125200 SHA256: 7d807e6499c60c41fe161fcda4a91265de0b97ee952a672a615f196c7f4427ad SHA1: 830a4ade515bea9d7b98230187484ac8b4d7a3a4 MD5sum: 5e75fdfd673cbf41688c172cc339bd90 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: i386 Maintainer: Steve M. Robbins Installed-Size: 1232 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_i386.deb Size: 220936 SHA256: 7b00b55e067fec5410f4f85cd71a051aa4103fcd9203c0f8322d31cd902612c5 SHA1: f620ed31d82f5b8e3cb903d48fd4bcc1aff9772f MD5sum: d06bd50fe241e123e91d255a91e01bba 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.