golang-github-jacobsa-oglemock 0.0~git20150428-5 source package in Ubuntu
Changelog
golang-github-jacobsa-oglemock (0.0~git20150428-5) unstable; urgency=medium [ Paul Tagliamonte ] * Remove Built-Using from arch:all -dev package [ Michael Stapelberg ] * Switch to XS-Go-Import-Path -- Michael Stapelberg <email address hidden> Fri, 09 Feb 2018 09:28:37 +0100
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc | |
Oracular | release | universe | misc | |
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Jammy | release | universe | misc | |
Focal | release | universe | misc | |
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-jacobsa-oglemock_0.0~git20150428-5.dsc | 2.3 KiB | e66963a466418a605a88566b7213010aeddcde4e4c61ff97cdcd404e2af76dd3 |
golang-github-jacobsa-oglemock_0.0~git20150428.orig.tar.bz2 | 26.6 KiB | b06251a2e82038bca9dc7186412b1ae632596c903e3bf7c3dcaf9fb1b17bbc65 |
golang-github-jacobsa-oglemock_0.0~git20150428-5.debian.tar.xz | 2.2 KiB | 400808075da10f22be1b84909ce8651e2c466561bce8b11b909a7ebbae97c10e |
Available diffs
- diff from 0.0~git20150428-4 to 0.0~git20150428-5 (924 bytes)
No changes file available.
Binary packages built by this source
- golang-github-jacobsa-oglemock-dev: 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.