File: control

package info (click to toggle)
hippomocks 5.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 664 kB
  • sloc: cpp: 7,791; ansic: 31; makefile: 27
file content (16 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: hippomocks
Priority: optional
Maintainer: Philippe Coval <rzr@users.sf.net>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.3
Section: libs
Homepage: http://www.hippomocks.com

Package: hippomocks
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: C++ mocking framework
 An easily usable mocking framework for C++ that allows you to
 instantiate derived typeswhilst making your test,
 without explicitly writing classes to do so.