[ Fonte: golang-github-issue9-assert ]
Pacote: golang-github-issue9-assert-dev (0.0~git20170908.0.ceac1aa-3)
Links para golang-github-issue9-assert-dev
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte golang-github-issue9-assert:
- [golang-github-issue9-assert_0.0~git20170908.0.ceac1aa-3.dsc]
- [golang-github-issue9-assert_0.0~git20170908.0.ceac1aa.orig.tar.xz]
- [golang-github-issue9-assert_0.0~git20170908.0.ceac1aa-3.debian.tar.xz]
Mantenedor(a):
Fontes externas:
- Pagina principal [github.com]
Pacotes similares:
Simple extension to test a series of assert functions
The issue9-assert library provides a simple extension to testing that provides a series of assert functions that are convenient for use in test functions
Example:
func TestA(t testing.T) { v := true assert.True(v) a := assert.New(t) a.True(v) } // Can also be used for testing.B func Benchmark1(b *testing.B) { a := assert.New(b) v := false a.True(v) for(i:=0; i<b.N; i++) { // do something } }
Download de golang-github-issue9-assert-dev
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 10.3 kB | 52.0 kB | [lista de arquivos] |