[ Paquet source : golang-github-issue9-assert ]
Paquet : golang-github-issue9-assert-dev (0.0~git20170908.0.ceac1aa-5.1)
Liens pour golang-github-issue9-assert-dev
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source golang-github-issue9-assert :
- [golang-github-issue9-assert_0.0~git20170908.0.ceac1aa-5.1.dsc]
- [golang-github-issue9-assert_0.0~git20170908.0.ceac1aa.orig.tar.xz]
- [golang-github-issue9-assert_0.0~git20170908.0.ceac1aa-5.1.debian.tar.xz]
Responsable :
Ressources externes :
- Page d"accueil [github.com]
Paquets similaires :
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 } }
Télécharger golang-github-issue9-assert-dev
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 10,8 ko | 52,0 ko | [liste des fichiers] |