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

软件包:golang-github-smallstep-assert-dev(0.0~git20200723.82e2b9b-4)

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

Screenshot

Debian 的资源:

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

维护小组:

外部的资源:

相似软件包:

simple assertion framework written in go

This library provides an assertion framework including the following functions:

 - Equals: checks that expected and actual are equal.
 - Error: checks if err is not nil.
 - False: checks that a condition is false.
 - Fatal: checks that a condition is true or marks the test as failed and stop
   it's execution.
 - FatalError: checks that a error is nil or marks the test as failed and stop
   it's execution.
 - HasPrefix: checks that the string contains the given prefix.
 - HasSuffix: checks that the string ends with the given suffix.
 - Len: checks that the application of len() to value match the expected value.
 - Nil: checks that the value is nil.
 - NoError: checks if err nil.
 - NotEquals: checks that expected and actual are not equal.
 - NotNil: checks that the value is not nil.
 - Panic: checks that the passed function panics.
 - True: checks that a condition is true.
 - Type: checks that the value matches the type of expected.

Documentation: http://godoc.org/github.com/smallstep/assert

下载 golang-github-smallstep-assert-dev

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