全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: golang-github-issue9-assert  ]

软件包:golang-github-issue9-assert-dev(0.0~git20170908.0.ceac1aa-3)

golang-github-issue9-assert-dev 的相关链接

Screenshot

Debian 的资源:

下载源码包 golang-github-issue9-assert

维护者:

外部的资源:

相似软件包:

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
       }
   }

下载 golang-github-issue9-assert-dev

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 10.3 kB52.0 kB [文件列表]