パッケージ: golang-github-mitchellh-go-testing-interface-dev (1.14.1-1)
golang-github-mitchellh-go-testing-interface-dev に関するリンク
Debian の資源:
golang-github-mitchellh-go-testing-interface ソースパッケージをダウンロード:
- [golang-github-mitchellh-go-testing-interface_1.14.1-1.dsc]
- [golang-github-mitchellh-go-testing-interface_1.14.1.orig.tar.xz]
- [golang-github-mitchellh-go-testing-interface_1.14.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- libuno-purpenvhelpergcc3-3
- libuno-purpenvhelpergcc3-3t64
- node-prosemirror-test-builder
- golang-github-cheekybits-is-dev
- golang-github-mitchellh-mapstructure-dev
- uno-libs3
- libtie-cycle-perl
- python-pysqlite2
- golang-github-thoas-go-funk-dev
- golang-github-erikstmartin-go-testdb-dev
- golang-github-tcnksm-go-input-dev
library to expose *testing.T as an interface
Go library that exports an interface that *testing.T implements as well as a runtime version you can use in its place.
The purpose of this library is so export test helpers as a public API without depending on the "testing" package, since one can't create a *testing.T struct manually.