Key | Value |
---|---|
FileName | ./usr/share/man/man1/gmock_gen.1.gz |
FileSize | 796 |
MD5 | 5515BDBC52E5D511C876C286BB7339A4 |
SHA-1 | B5624ECC4526F52F7F64D073591F1C9F3AF1B68C |
SHA-256 | FE4AACAD3FAAA8144C47CEDD5EAD0EC6B3D3B6CA0361CCA130D18CB95C422CFF |
SHA-512 | 7DDD4A211CE3F0E6F4BF9F8605A4BE0DB49297FDB69F7C89F57D4994A8CDEB9CEDBD7930988AAE1ED5FE664C09A5E70F5285E96F5E439C82F59C882EB0F52F00 |
SSDEEP | 12:X36l2jwCgZB5hmBkUGXqGjbAPfMPa06dscaEfN6NOW1GLVfktL/JMN4KfOkE3RPo:XC2jAKeaIA3Mgdnf671GBszMeWOVBRvS |
TLSH | T19A01CA3FB0511EE0DC404E7425F963487B9E0BF7BE85043807B9075A140541753FDB66 |
insert-timestamp | 1728262698.8348222 |
mimetype | application/gzip |
source | snap:2V9w8kYOtxYW5wN1bXWwQ1dllTmnzKiS_13 |
hashlookup:parent-total | 118 |
hashlookup:trust | 100 |
The searched file hash is included in 118 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 652526 |
MD5 | D506B6CFF9A3449CB4325D9CD6D00B24 |
PackageDescription | Google's C++ test framework This package combines formerly-separate 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 library; this is because the google test library must be built with the same flags as the C++ code under test. |
PackageMaintainer | Steve M. Robbins <smr@debian.org> |
PackageName | googletest |
PackageSection | libdevel |
PackageVersion | 1.8.0-6 |
SHA-1 | 006CB910B508EA29949C9EE723A12F2B85E06EC9 |
SHA-256 | 66BF2CE8A4108773FCF0081019B77426E60B228B629D2E603FE67FA4D3A205F8 |
Key | Value |
---|---|
FileSize | 27256 |
MD5 | E877945986F8A187BB85BF78CDD9EE5C |
PackageDescription | Google's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock. |
PackageMaintainer | Steve M. Robbins <smr@debian.org> |
PackageName | googletest-tools |
PackageSection | libdevel |
PackageVersion | 1.11.0-2 |
SHA-1 | 032716A151E187EDB46FC360566C679D78BB6AF0 |
SHA-256 | 2D56BF7044B84215BA6251737384AA59C433A2BE934EF837FA7E66E152448B05 |
Key | Value |
---|---|
FileSize | 25808 |
MD5 | 977A40B11BC16EE43850B62DD7CA3888 |
PackageDescription | Google's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock. |
PackageMaintainer | Steve M. Robbins <smr@debian.org> |
PackageName | googletest-tools |
PackageSection | libdevel |
PackageVersion | 1.8.1-3 |
SHA-1 | 05A150F7E45A34D2F6F6D6A5210F53AD0B013455 |
SHA-256 | B106F37E855D779E9583039FE08C31DEBB2E879EB0F99511FD7D7B4B3728CECF |
Key | Value |
---|---|
FileSize | 652524 |
MD5 | F715FE5A685CBCCE9ADF35779DAFD092 |
PackageDescription | Google's C++ test framework This package combines formerly-separate 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 library; this is because the google test library must be built with the same flags as the C++ code under test. |
PackageMaintainer | Steve M. Robbins <smr@debian.org> |
PackageName | googletest |
PackageSection | libdevel |
PackageVersion | 1.8.0-6 |
SHA-1 | 07C6150CB800AAA46A729B78A1F540C2EF03B979 |
SHA-256 | 74B3A84081AE83CE9105A67FAB3CCDC1C1500C29969C29609B18BBF508181A7D |
Key | Value |
---|---|
FileSize | 115538 |
MD5 | 9061FDFFD969EC7C7DC8F6A437913F85 |
PackageDescription | Google's framework for writing and using C++ mock classes 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | google-mock |
PackageSection | devel |
PackageVersion | 1.7.0-18092013-1 |
SHA-1 | 09FDFF142C6F3BDE93EFECA650471FC108A9CBE4 |
SHA-256 | B3A21C5261C1A8B87639471E2988BA210DA9198F99A213CB4B41BE564D03B699 |
Key | Value |
---|---|
FileSize | 27332 |
MD5 | 18B3DB775EC2FD2F784EFFE0068E5159 |
PackageDescription | Google's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock. |
PackageMaintainer | Steve M. Robbins <smr@debian.org> |
PackageName | googletest-tools |
PackageSection | libdevel |
PackageVersion | 1.11.0-3 |
SHA-1 | 0A4F3C3A498E12E7DB5C65CDF7A3442EC6FC8788 |
SHA-256 | 75C9DE90101E0C98936ACCFF286ACFE60C2293FEBF7CF288777CCE9D1EA8B1A2 |
Key | Value |
---|---|
FileSize | 25274 |
MD5 | 4B4F3924BB31E75DF5D6BF21637BF8F1 |
PackageDescription | Google's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock. |
PackageMaintainer | Steve M. Robbins <smr@debian.org> |
PackageName | googletest-tools |
PackageSection | libdevel |
PackageVersion | 1.8.0-10~bpo9+1 |
SHA-1 | 0CACA7264EA7A1248CC9FECADADB28AB9F86D861 |
SHA-256 | 13648FAB5FDEAE65152992F023900DDE98F6C1D6C3CB2D37A5D222A3AC511555 |
Key | Value |
---|---|
FileSize | 117642 |
MD5 | 4579504E4B5FE3C0B52A95020A12CA55 |
PackageDescription | Google's framework for writing and using C++ mock classes 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. |
PackageMaintainer | Fredrik Hallenberg <hallon@debian.org> |
PackageName | google-mock |
PackageSection | devel |
PackageVersion | 1.7.0-18092013-1 |
SHA-1 | 0E4D30844E02E689CF3CE10AF1AF6F8739BDB4FF |
SHA-256 | 3E0DFEEE53490A4E5CF61EE4AF1A9CA63456DDB2C4AA5ED828A916FA71016861 |
Key | Value |
---|---|
FileSize | 27112 |
MD5 | 3EB085B0E8219702F9A996DFFB87AEF5 |
PackageDescription | Google's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock. |
PackageMaintainer | Steve M. Robbins <smr@debian.org> |
PackageName | googletest-tools |
PackageSection | libdevel |
PackageVersion | 1.10.0.20201025-1.1~bpo10+1 |
SHA-1 | 10A9232EFE6ECCBFD718833F4EF55443571CB745 |
SHA-256 | 0C7B9B90383CB9BB3E0DF7255AA355D2D108CFFDBFF64154E38EB969AAC24A01 |
Key | Value |
---|---|
SHA-1 | 11B1B92DA2444FFA01CF469DDF5757FB9F0F85D6 |
snap-authority | canonical |
snap-filename | pVgU6mORQte6qfXr9y4kxb4D8sIWrDd1_1.snap |
snap-id | pVgU6mORQte6qfXr9y4kxb4D8sIWrDd1_1 |
snap-name | ros-base-cfo |
snap-publisher-id | hPsRC4lEJT0C6EAsa9pNMOv334Xgskpx |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-08-14T18:55:48.150138Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/pVgU6mORQte6qfXr9y4kxb4D8sIWrDd1_1.snap |