Package: google-mock Source: googletest Version: 1.10.0-3+heliumnet.nl~focal Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 16 Depends: googletest (= 1.10.0-3+heliumnet.nl~focal) 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~focal_amd64.deb Size: 6844 SHA256: 20016f8add4415ce7ca2b139da772def0062924f6ccc3beb907a69e06e74837f SHA1: e03e667dd093124617f9a748190dfe9728684ea0 MD5sum: 51b28523f74f20907e7dd8f9c82910d4 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~focal 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~focal_all.deb Size: 626112 SHA256: 6811d6abd02c41b23d3ea6241d5d648011ae0a20614ff22d0eb966bc2759ad89 SHA1: 581cbb4dfcfba0dd8806e63ddf5725c4ac4ca255 MD5sum: e3d36baa8e26e6744978f6cc42aa1597 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~focal 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~focal_amd64.deb Size: 26584 SHA256: 9fc25bb019fb1ba5bf7f2dcdac9ad4f4c6744da5332e36e7b4e0dc96cd168e67 SHA1: 815228b5a62f9716676f6c159f0c12aa348b1a54 MD5sum: f7d340af2b5124ae95e5eabb9f0284e6 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~focal Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 828 Depends: libgtest-dev (= 1.10.0-3+heliumnet.nl~focal) 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~focal_amd64.deb Size: 123740 SHA256: 2b6fe46a0ed68480d8f1c0fe2e4200498a23629b12ca14c8c61562115ca5fbb7 SHA1: 61435db2bcb680af3eab225a655c2db6b6bbf618 MD5sum: f5d721428e50933c9f81abe7823cf8e0 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~focal Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 16628 Depends: googletest (= 1.10.0-3+heliumnet.nl~focal) 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~focal_amd64.deb Size: 1596084 SHA256: ce2b579227899190acdb3df44075486096d23a1b51a0e3894eeb122b1ed3e5ec SHA1: 4a5361e5f1c2e06cba11eb9392214f4ed4df89b8 MD5sum: 608e654213ecba2037327d42a821ddcd 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.