[ 原始碼: golang-github-jacobsa-ogletest ]
套件:golang-github-jacobsa-ogletest-dev(0.0~git20170503.80d50a7-2)
golang-github-jacobsa-ogletest-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-jacobsa-ogletest:
- [golang-github-jacobsa-ogletest_0.0~git20170503.80d50a7-2.dsc]
- [golang-github-jacobsa-ogletest_0.0~git20170503.80d50a7.orig.tar.xz]
- [golang-github-jacobsa-ogletest_0.0~git20170503.80d50a7-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
unit testing framework for Go
ogletest is a unit testing framework for Go with the following features:
* An extensive and extensible set of matchers for expressing expectations. * Automatic failure messages; no need to say t.Errorf("Expected %v, got %v"...). * Clean, readable output that tells you exactly what you need to know. * Built-in support for mocking through the oglemock package. * Style and semantics similar to Google Test and Google JS Test.
It integrates with Go's built-in testing package, so it works with the go test command, and even with other types of test within your package. Unlike the testing package which offers only basic capabilities for signalling failures, it offers ways to express expectations and get nice failure messages automatically.
其他與 golang-github-jacobsa-ogletest-dev 有關的套件
|
|
|
|
-
- dep: golang-github-jacobsa-oglematchers-dev
- matchers for testing/mocking frameworks such as ogletest
-
- dep: golang-github-jacobsa-oglemock-dev
- mocking framework for Go
-
- dep: golang-github-jacobsa-reqtrace-dev
- simple request tracing
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries