golang-github-issue9-assert-dev - 0.0~git20170908.0.ceac1aa-3 main

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 // do something
}
}

Priority: extra
Section: devel
Suites: amber byzantium crimson dawn landing 
Maintainer: QA Group <packages [꩜] qa.debian.org>
 
Homepage Source Package
 

Installed Size: 53.2 kB
Architectures: all 

 

Versions

0.0~git20170908.0.ceac1aa-3 all