//
pkg.gl
Category
github.com/cloudflare/circl
internal
test
package
1.6.0
Repository:
https://github.com/cloudflare/circl.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
45 SLOC
#
Functions
CheckIsErr
CheckIsErr fails if err ==nil.
CheckNoErr
CheckNoErr fails if err !=nil.
CheckOk
CheckOk fails the test if result == false.
CheckPanic
CheckPanic returns true if call to function 'f' caused panic.
ReportError
ReportError reports an error if got is different from want.