[ 源代码: golang-github-jacobsa-oglemock ]
软件包:golang-github-jacobsa-oglemock-dev(0.0~git20150428-5)
golang-github-jacobsa-oglemock-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-jacobsa-oglemock:
- [golang-github-jacobsa-oglemock_0.0~git20150428-5.dsc]
- [golang-github-jacobsa-oglemock_0.0~git20150428.orig.tar.bz2]
- [golang-github-jacobsa-oglemock_0.0~git20150428-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 golang-github-jacobsa-oglemock-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-jacobsa-oglematchers-dev
- matchers for testing/mocking frameworks such as ogletest