Package: dh-exec Version: 0.23-1rusoft1.1~trusty1 Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 83 Depends: libc6 (>= 2.8), libpipeline1 (>= 1.0.0), perl (>= 5.14.2~), debhelper (>= 9), libdpkg-perl (>= 1.16.1) Filename: pool/ubuntu-trusty/i386/dh-exec/dh-exec_0.23-1rusoft1.1~trusty1_i386.deb Size: 25644 MD5sum: 748085928e8bd9577a374c2554a39097 SHA1: 09e9d2b181f60ff0f889bf69d49eff77143f66d8 SHA256: b7c9af8adea7fa989cc43d27ba0b0c152e4d68ce54fd5052546fae05c9d98ea6 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: i386 Maintainer: Steve M. Robbins Installed-Size: 7 Depends: googletest (= 1.8.0-10.1rusoft1~trusty1) Filename: pool/ubuntu-trusty/i386/googletest/google-mock_1.8.0-10.1rusoft1~trusty1_i386.deb Size: 5846 MD5sum: e95f11d7e4ab27f1d301eeba451c3762 SHA1: 05016796aa97600ecf285cb27fa232b83f688b0c SHA256: 33b855300ddbb3e725c2dba7dafab3dcb2fcdd4b5cab00303aaa99ed561f135b 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: i386 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/i386/googletest/googletest_1.8.0-10.1rusoft1~trusty1_i386.deb Size: 648786 MD5sum: 29d78bd10a09769434808bd2793c9f53 SHA1: 0e14d8be806526ac260f4a32c0177e199de09673 SHA256: 9fde012bc7adc4bbce39be403ca172d51b5fe842c2ef3a2630ddee65212282d2 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: i386 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/i386/googletest/googletest-tools_1.8.0-10.1rusoft1~trusty1_i386.deb Size: 25342 MD5sum: 1c3452fc0f6657d5464f2e58772513a0 SHA1: 7ef9222d9fbfe680a1bd9da77f81aa13e7ea0319 SHA256: ea38f691ffa62a09ba079894eebd4a11c417d14d414f979508fb42aff78ea769 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: i386 Maintainer: Steve M. Robbins Installed-Size: 1982 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/i386/googletest/libgmock-dev_1.8.0-10.1rusoft1~trusty1_i386.deb Size: 220266 MD5sum: 9492d7360ecc2a5e25d3b77670f029f8 SHA1: 3ecba4762851a2cb0d984b0cdd0bd4d4caab74e3 SHA256: 5b1e74be85c0523d27d73cd93da07206c19813bec85f97d4baed6792306c4d0d 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: i386 Maintainer: Steve M. Robbins Installed-Size: 1408 Depends: googletest (= 1.8.0-10.1rusoft1~trusty1) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/ubuntu-trusty/i386/googletest/libgtest-dev_1.8.0-10.1rusoft1~trusty1_i386.deb Size: 209562 MD5sum: f6d671e59c641a1eabe1630545f1b5f8 SHA1: 0d283d800abce3eb4e6bfbc419449f94474905a1 SHA256: 8ad6ec73d00f75620cfa91038c433b8ec25c1d048269e07fa40451135b56e5ed 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.