全部搜尋項
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: golang-github-issue9-assert  ]

套件:golang-github-issue9-assert-dev(0.0~git20170908.0.ceac1aa-4)

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。5 kB52。0 kB [檔案列表]