Package: google-mock Source: googletest Version: 1.8.0-10.1rusoft1~xenial1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 18 Depends: googletest (= 1.8.0-10.1rusoft1~xenial1) Filename: pool/ubuntu-xenial/i386/googletest/google-mock_1.8.0-10.1rusoft1~xenial1_i386.deb Size: 5856 MD5sum: c1ab048b957b2e278b9ee22d86dcca12 SHA1: ba23c12a26b36bc13087bd0572ed923d74a2a7ca SHA256: 4d9f811a4b6447d3f40f49beb1e66c51cd05027151c93a02e4a82da18b1d8a0f Section: oldlibs Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest 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.8.0-10.1rusoft1~xenial1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 5726 Conflicts: google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0) Replaces: google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0) Filename: pool/ubuntu-xenial/i386/googletest/googletest_1.8.0-10.1rusoft1~xenial1_i386.deb Size: 651008 MD5sum: 82ec6d6d000489f45f402281f117198b SHA1: 9d10e2f4bd9cb42de2bbacf99f136f2f049d1ff2 SHA256: 1bce5baab290cf524d4b7c6c82c47fe47f02c2d0f72f270c241b3f1e66720e50 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest 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.8.0-10.1rusoft1~xenial1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 119 Depends: python:any Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/ubuntu-xenial/i386/googletest/googletest-tools_1.8.0-10.1rusoft1~xenial1_i386.deb Size: 25342 MD5sum: dcba9999719a511eaf19228bb57ff8d2 SHA1: 3a0f748e23a0066ae053d3f3f051fb8e9c198fda SHA256: c0684d6b798533709d7253a2a65bdb1e73b3f927e5bb1db193a6038de6fbb703 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest 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.8.0-10.1rusoft1~xenial1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 2035 Depends: libgtest-dev (= 1.8.0-10.1rusoft1~xenial1) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/ubuntu-xenial/i386/googletest/libgmock-dev_1.8.0-10.1rusoft1~xenial1_i386.deb Size: 228360 MD5sum: a5ccef7f157557d9dd3f43ef9dcf470b SHA1: e442ce5062f582ec1b825f1b14619d04f90549f7 SHA256: 5fd3612b0640ffb77ecb6324406924a35e37caf9e2c5eba99db669c7d6bffa08 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest 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.8.0-10.1rusoft1~xenial1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 1442 Depends: googletest (= 1.8.0-10.1rusoft1~xenial1) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/ubuntu-xenial/i386/googletest/libgtest-dev_1.8.0-10.1rusoft1~xenial1_i386.deb Size: 214868 MD5sum: 662f30bd2bbdec1b0b853cffb399fcd8 SHA1: 5a92ad0841c3e8932894e082e65d478f740f8b54 SHA256: 38ec9d77295cd97da0d8380766060b51e3349a5306f5cb726c40c8edea388bb1 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest 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. Package: ninja-build Version: 1.8.2-1rusoft1~16.04.1 Architecture: i386 Maintainer: Felix Geyer Installed-Size: 308 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2) Conflicts: ninja Filename: pool/ubuntu-xenial/i386/ninja-build/ninja-build_1.8.2-1rusoft1~16.04.1_i386.deb Size: 101684 MD5sum: 6d8f9b82e99da8e1e61d1ac6a77e84db SHA1: a8181c5d23bca1b7707982a6c738cd03292621e6 SHA256: adbc62e98daab13b32e763a65b684bd07ae6e31aaa97968b74f0fa9fb99d09b4 Section: devel Priority: optional Multi-Arch: foreign Homepage: https://ninja-build.org/ Description: small build system closest in spirit to Make Ninja is yet another build system. It takes as input the interdependencies of files (typically source code and output executables) and orchestrates building them, quickly. . Ninja joins a sea of other build systems. Its distinguishing goal is to be fast. It is born from the Chromium browser project, which has over 30,000 source files and whose other build systems can take ten seconds to start building after changing one file. Ninja is under a second.