1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: golang-github-jacobsa-oglemock
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
Michael Stapelberg <stapelberg@debian.org>,
Tim Potter <tpot@hpe.com>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-jacobsa-oglematchers-dev,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jacobsa-oglemock
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jacobsa-oglemock.git
Homepage: https://github.com/jacobsa/oglemock
XS-Go-Import-Path: github.com/jacobsa/oglemock
Package: golang-github-jacobsa-oglemock-dev
Architecture: all
Depends:
${shlibs:Depends},
${misc:Depends},
golang-github-jacobsa-oglematchers-dev,
Description: mocking framework for Go
oglemock is a mocking framework for the Go programming language with the
following features:
.
* An extensive and extensible set of matchers for expressing call
expectations (provided by the oglematchers package).
* Clean, readable output that tells you exactly what you need to know.
* Style and semantics similar to Google Mock and Google JS Test.
* Seamless integration with the ogletest unit testing framework.
.
It can be integrated into any testing framework (including Go's testing
package), but out of the box support is built in to ogletest and that is the
easiest place to use it.
|