[ 原始碼: 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