Result for 22E9B378CBFDF609228B9F5CBFA609AFC9FC2309

Query result

Key Value
CRC324AB7E162
FileName./usr/share/gmock/cpp/keywords.py
FileSize2004
MD56DB112743581AA8D060CA7DC7E937546
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'software collection', 'Language': 'English', 'MfgCode': '369', 'OpSystemCode': '51', 'ProductCode': '17069', 'ProductName': 'LXF184', 'ProductVersion': 'June 2014'}
RDS:package_id293705
SHA-122E9B378CBFDF609228B9F5CBFA609AFC9FC2309
SHA-256242E8DF8532021B861D32BE8F1362A14E932521522081F6B4873519D82F2C3DC
SHA-51257742C4DA81909F04935E10B7D4B73DEB81917850FF49008CF18FDF6B01955E173B7D3D9FAD323C43E2F97393C3C3EB53318A7B7735FB6A6E77D5BE772A94D4B
SSDEEP48:ccCh4Ux0OH31hod7OVfQXhwXG1mfDY3fRgRCxeGUXIgolEcEoouCA:cfh4w7HFhod7OVYa2IDsfRyagoScpoFA
SpecialCode
TLSHT1E241943C7641B7263340D9BED50ED2BFD30BB43A2A8C469C708CC085170567A02BD0B4
dbnsrl_legacy
insert-timestamp1728262702.037213
mimetypetext/x-python
sourcesnap:2V9w8kYOtxYW5wN1bXWwQ1dllTmnzKiS_13
tar:gnameroot
tar:unameroot
hashlookup:parent-total171
hashlookup:trust100

Network graph view

Parents (Total: 171)

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

Key Value
FileNamehttp://ftp1.fr.freebsd.org/pub/FreeBSD//snapshots//i386//12.2-STABLE//src.txz
MD5BAE83E79BC11548FB16B6766157E04CB
SHA-100628F01D07F1D368C4CA5E65444E783F7CDB625
SHA-2562D43B6EEE9FD7DF77DD2A43397DB22C9F6EE6228994E8621665A1FC16B5EF05D
SSDEEP3145728:0tsE9Xn095XzAwvL1yjFXRRQYNKu2wFy/j+dlpqva6lP3Dkcba0lLDK4v1:0XkJJ2NKu2w8azpqy6lPN1DK4
TLSHT112883306FE73DCE54B8FCFE51A23E9615D40F128D6367A894BB64A059FE320D80E6835
Key Value
FileSize652526
MD5D506B6CFF9A3449CB4325D9CD6D00B24
PackageDescriptionGoogle'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.
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamegoogletest
PackageSectionlibdevel
PackageVersion1.8.0-6
SHA-1006CB910B508EA29949C9EE723A12F2B85E06EC9
SHA-25666BF2CE8A4108773FCF0081019B77426E60B228B629D2E603FE67FA4D3A205F8
Key Value
MD5B2EE8D95A0B46D884357DC2A91907EAA
PackageArchnoarch
PackageDescriptionThis package contains development files for gmock.
PackageMaintainerFedora Project
PackageNamegmock-devel
PackageRelease1.fc22
PackageVersion1.7.0
SHA-1033FAE43230877C5E69EC9041E4B667D6CAC7BE4
SHA-256D37B7671084308EFB27764B9672F26AE0742D0B2D0928E873E8A45321D5A6FF1
Key Value
FileSize25808
MD5977A40B11BC16EE43850B62DD7CA3888
PackageDescriptionGoogle's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock.
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamegoogletest-tools
PackageSectionlibdevel
PackageVersion1.8.1-3
SHA-105A150F7E45A34D2F6F6D6A5210F53AD0B013455
SHA-256B106F37E855D779E9583039FE08C31DEBB2E879EB0F99511FD7D7B4B3728CECF
Key Value
FileSize652524
MD5F715FE5A685CBCCE9ADF35779DAFD092
PackageDescriptionGoogle'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.
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamegoogletest
PackageSectionlibdevel
PackageVersion1.8.0-6
SHA-107C6150CB800AAA46A729B78A1F540C2EF03B979
SHA-25674B3A84081AE83CE9105A67FAB3CCDC1C1500C29969C29609B18BBF508181A7D
Key Value
SHA-10858443378905CD1A8C48D47212816A2E4DCE2F0
snap-authoritycanonical
snap-filename4OEIwBdHtBoIVsGH8N5pbgpxFsiw5p5o_22.snap
snap-id4OEIwBdHtBoIVsGH8N5pbgpxFsiw5p5o_22
snap-nameros-noetic-ros-core-dev
snap-publisher-idcanonical-robotics
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2024-01-30T10:42:47.388044Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/4OEIwBdHtBoIVsGH8N5pbgpxFsiw5p5o_22.snap
Key Value
FileSize902852
MD551B6E445D19B07B7547D63BEEB0D4880
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.8.1-3
SHA-1095D533520E228821EB547373D8B3A043ABDC329
SHA-25693A3385A88C5A69AA8E277E11F1FC16C07BADECC77591EE64931FA0FF6B8B358
Key Value
FileSize115538
MD59061FDFFD969EC7C7DC8F6A437913F85
PackageDescriptionGoogle'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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegoogle-mock
PackageSectiondevel
PackageVersion1.7.0-18092013-1
SHA-109FDFF142C6F3BDE93EFECA650471FC108A9CBE4
SHA-256B3A21C5261C1A8B87639471E2988BA210DA9198F99A213CB4B41BE564D03B699
Key Value
FileNamehttp://ftp1.fr.freebsd.org/pub/FreeBSD//snapshots//amd64//12.3-PRERELEASE//src.txz
MD589CE472AC800DFD44A042285F2B0CCEE
SHA-10A2FAAE349B7D72F7F233EAA2C48CE87EA03B7D0
SHA-256207604918D259DAF293964EB3CABA9619D10DDBDE74554853A9E7A29E87539CB
SSDEEP3145728:/NbJR/7RF7ZmDK2ydMrK0mpA5hgkwOlWY3VtO3pWBWw9Al1VlJ32/ndRr8t:/Nj/9ODKJMrKAhgeoY3Vs3qv9AnDJm/Q
TLSHT17088336101F6A79E6EEC6FE8E82B14B0A0014CFE77811F96C50B35B179D3ED971AC468
Key Value
FileSize25274
MD54B4F3924BB31E75DF5D6BF21637BF8F1
PackageDescriptionGoogle's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock.
PackageMaintainerSteve M. Robbins <smr@debian.org>
PackageNamegoogletest-tools
PackageSectionlibdevel
PackageVersion1.8.0-10~bpo9+1
SHA-10CACA7264EA7A1248CC9FECADADB28AB9F86D861
SHA-25613648FAB5FDEAE65152992F023900DDE98F6C1D6C3CB2D37A5D222A3AC511555