[ ソース: 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