Result for 38B7904BA30D407028661010D1788950826B7EBA

Query result

Key Value
FileNamesnap-hashlookup-import/usr/src/googletest/googlemock/include/gmock/gmock-nice-strict.h
FileSize10431
MD5A7195A52346E3487197B4E60B0587157
SHA-138B7904BA30D407028661010D1788950826B7EBA
SHA-2561F08BB4CE26111E4DE1455545216731180C33D20F3B83B952D734ED8EF5731BB
SHA-512B81AD9DDB50C7A034BF98261DD5CF5CE8EFEDD5ACA26C110D7C9455305E8BA1B17EBA26D5E17370D2CBED8E7B3104CA28C48B0D3FD27147817CA9C14F5FFC1B5
SSDEEP192:9CrsersZCHZ3D3jefJgMKV0MisZYcBShnXTnUKMfWHcTuYQMk:0rsersZIJbjUJgRV08qXP8TuYQZ
TLSHT18222B661F1327BE307CB11B5E68164E9A691C43D7B1EAB6234FE47287FA1064423A267
insert-timestamp1728966842.1461577
mimetypetext/x-c++
sourcesnap:BGQQRfubOLyZeGs8cVDr7t73LOBkOhGr_14
hashlookup:parent-total66
hashlookup:trust100

Network graph view

Parents (Total: 66)

The searched file hash is included in 66 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
SHA-10050D0AF641E4C64E3EC5FC2F4823F41B84E774C
snap-authoritycanonical
snap-filenameQJDddJRO4XvOYwrRgSURkM2OpNYalNiu_13.snap
snap-idQJDddJRO4XvOYwrRgSURkM2OpNYalNiu_13
snap-nameros-humble-ros-core-dev
snap-publisher-idcanonical-robotics
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2024-01-30T10:23:51.232707Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/QJDddJRO4XvOYwrRgSURkM2OpNYalNiu_13.snap
Key Value
SHA-1027B45A92898940FDD34DA67D0FD6C7251D2F18B
snap-authoritycanonical
snap-filenameXczsXl04WviE3wUp5pG2YPZxJvOQNdeF_1.snap
snap-idXczsXl04WviE3wUp5pG2YPZxJvOQNdeF_1
snap-namevulcanexus-discovery-server
snap-publisher-id3fOhHPMSqKv52Eeo76s9drer56Eme6yI
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2023-04-10T12:16:33.873005Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/XczsXl04WviE3wUp5pG2YPZxJvOQNdeF_1.snap
Key Value
FileSize534952
MD50556D7E7EDD911C3C35EE376D3FD9A39
PackageDescriptionGoogle'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.
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamegoogletest
PackageSectionlibdevel
PackageVersion1.11.0-2
SHA-10302C73997F4CD6674636EEC16E42E9B079421E9
SHA-256C40613C9559B8468B2A7837BE66EE47BE315B17D8406F235B3375D8DFB4483E0
Key Value
MD55562349BF3493EE8BCC2F05DF5C349E8
PackageArchx86_64
PackageDescriptionThis package contains development files for gmock.
PackageMaintainerumeabot <umeabot>
PackageNamelib64gmock-devel
PackageRelease4.mga9
PackageVersion1.11.0
SHA-106E77E677DEDBB5FD3ADBCD0B1A9554D7408B7AC
SHA-256728F9292183B286C3501546562B8EBC920621228C10BF6117E01B91914EC4791
Key Value
MD58917FC97856729E81B7E21B29710EAB9
PackageArchx86_64
PackageDescriptionInspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes. This package provides shared libraries and header files for development with googlemock.
PackageMaintainerhttps://bugs.opensuse.org
PackageNamegmock
PackageRelease1.1
PackageVersion1.11.0
SHA-107A7081AB784D6B2D2CFEA9F2AED5B35614D762D
SHA-256F4271C0DFF14F7C2AC045D608D3522017AA1EE8C705B62B245FEE48C5BF2B8D7
Key Value
FileSize133508
MD5338247DEB0ADF6D3855C81823905C2AC
PackageDescriptionGoogle'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.
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamelibgmock-dev
PackageSectionlibdevel
PackageVersion1.11.0-2
SHA-10848C381B16BFF82C8AE0B3FB8A559A2E81EAEA7
SHA-2568484ED6A2234863168840D367125939ED6C81B6027A20949425623E550527A60
Key Value
MD5874A3E5DEEC16E57B1D4D8BB43DF5B4B
PackageArchx86_64
PackageDescriptionInspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes. This package provides shared libraries and header files for development with googlemock.
PackageNamegmock
PackageRelease36.1
PackageVersion1.11.0
SHA-108D10397337A95584A0B50D2CCB7EA50263DF234
SHA-25691C30586B13CB32432EAE69514ADFC7FDFA6388E59EA7991D19294CE53AA9A70
Key Value
SHA-10F9AE5CF3BCA72BC9D058B0DC8F2ED444EC65193
snap-authoritycanonical
snap-filenameLmWHOp9CiGlNxePmUPe42qgtW6X3ESnt_8.snap
snap-idLmWHOp9CiGlNxePmUPe42qgtW6X3ESnt_8
snap-namehusarion-camera
snap-publisher-idUfs04IfQtdm5ifrjDyBl0eaQevZLHaEX
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2024-06-13T12:35:43.233637Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/LmWHOp9CiGlNxePmUPe42qgtW6X3ESnt_8.snap
Key Value
SHA-112E04884E33CC0359D18A332AE6216DC83660996
snap-authoritycanonical
snap-filenameXczsXl04WviE3wUp5pG2YPZxJvOQNdeF_4.snap
snap-idXczsXl04WviE3wUp5pG2YPZxJvOQNdeF_4
snap-namevulcanexus-discovery-server
snap-publisher-id3fOhHPMSqKv52Eeo76s9drer56Eme6yI
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2023-04-10T12:16:33.873005Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/XczsXl04WviE3wUp5pG2YPZxJvOQNdeF_4.snap
Key Value
SHA-115B140815066B16F1F6570F3F83B69D4067ECF95
snap-authoritycanonical
snap-filenameFujKeFMeMxXxoq7wRQKGKIaAJi3ZHGkA_33.snap
snap-idFujKeFMeMxXxoq7wRQKGKIaAJi3ZHGkA_33
snap-nameros-humble-ros-base-dev
snap-publisher-idcanonical-robotics
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2024-01-30T09:56:17.307954Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/FujKeFMeMxXxoq7wRQKGKIaAJi3ZHGkA_33.snap