Package: dh-exec Version: 0.23-1rusoft1.1~trusty1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 87 Depends: libc6 (>= 2.14), libpipeline1 (>= 1.0.0), perl (>= 5.14.2~), debhelper (>= 9), libdpkg-perl (>= 1.16.1) Filename: pool/ubuntu-trusty/amd64/dh-exec/dh-exec_0.23-1rusoft1.1~trusty1_amd64.deb Size: 25946 MD5sum: 6a9d5155cc30d6b216f47f07bf727ddf SHA1: d28cbea6400359e32200ae182813917936058d31 SHA256: 430a67f219395efa74010fc04334282b1f0ac8266583ed0524283a318a987090 Section: devel Priority: extra Multi-Arch: foreign Homepage: https://github.com/algernon/dh-exec Description: Scripts to help with executable debhelper files Debhelper (in compat level 9 and above) allows its config files to be executable, and uses the output of such scripts as if it was the content of the config file. . To ease and standardize the most common tasks, this package provides a few solutions to help constructing such executable scripts: . * A way to ease variable substitution, from environment variables or dpkg-architecture. * Ability to filter files by architecture or build profile, within a single debhelper control file. * An extension to dh_install and dh_installman, with the ability to rename files. Package: google-mock Source: googletest Version: 1.8.0-10.1rusoft1~trusty1 Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 7 Depends: googletest (= 1.8.0-10.1rusoft1~trusty1) Filename: pool/ubuntu-trusty/amd64/googletest/google-mock_1.8.0-10.1rusoft1~trusty1_amd64.deb Size: 5850 MD5sum: 368f3ff12a822681d43f38642c01e660 SHA1: 19d5e69301a8d1817b54d870c573898641f701c0 SHA256: 51bbbfb733e26773326e224aa6f7741be3be1ff1901afe4d61b33b72190d7884 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~trusty1 Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 5542 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-trusty/amd64/googletest/googletest_1.8.0-10.1rusoft1~trusty1_amd64.deb Size: 648700 MD5sum: 7894ee355326a8a035f86e02b8d66acc SHA1: 86de2136c4e3a51934922515d46adfe12eb9c174 SHA256: 7ba70978f9273736e79c47e7c02eb611e2509571c0cb1633b40c9b4fd6914a06 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~trusty1 Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 102 Depends: python:any Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/ubuntu-trusty/amd64/googletest/googletest-tools_1.8.0-10.1rusoft1~trusty1_amd64.deb Size: 25356 MD5sum: da7accb597b9f2db63d0f668d06d8623 SHA1: e35e058d3f3f1c1ee7a3645249d459b5e783157b SHA256: cd2641c1f9e1777c6d6db58efcb19ce59d926bc8b67391911b5a4741f7d1c414 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~trusty1 Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 2390 Depends: libgtest-dev (= 1.8.0-10.1rusoft1~trusty1) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/ubuntu-trusty/amd64/googletest/libgmock-dev_1.8.0-10.1rusoft1~trusty1_amd64.deb Size: 216668 MD5sum: 26b6eaf73d8a96eb01ad850ebfae3139 SHA1: 76419e998e30f88cdbb033c14ae6a4e64e60d4ef SHA256: bf24f94d787ef72bf01fee17c110349183d7ba68bd32565fcf21e7c468e3ee7a 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~trusty1 Architecture: amd64 Maintainer: Steve M. Robbins Installed-Size: 1559 Depends: googletest (= 1.8.0-10.1rusoft1~trusty1) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/ubuntu-trusty/amd64/googletest/libgtest-dev_1.8.0-10.1rusoft1~trusty1_amd64.deb Size: 206916 MD5sum: 76ac6f85d2d717976d86aa77da04816d SHA1: bb15f30b72540c6b2dc78323336a7395cf510853 SHA256: 8b86faf10538012491d7e940b5d5583336820f40372283cfa259c83053a8e183 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: bats Version: 0.4.0-1.1rusoft1~trusty1 Architecture: all Maintainer: Yaroslav Halchenko Installed-Size: 25 Filename: pool/ubuntu-trusty/all/bats/bats_0.4.0-1.1rusoft1~trusty1_all.deb Size: 14364 MD5sum: 7275f4652b80bc7de73a047080781bd6 SHA1: 83341b0f8af809b12da336c1acb164b0330c1c3f SHA256: bffe9865d6a718c6517c10dabaf9f329f0aacfd43c3c787fdb7933c5faa195c7 Section: shells Priority: optional Homepage: https://github.com/sstephenson/bats Description: bash automated testing system Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. Bats is most useful when testing software written in Bash, but you can use it to test any UNIX program.