//
pkg.gl
Category
github.com/iTrellis/common
testutils
package
0.21.18
Repository:
https://github.com/itrellis/common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
56 SLOC
#
Functions
Assert
Assert fails the test if the condition is false.
Equals
Equals fails the test if exp is not equal to act.
ErrorEqual
ErrorEqual compares Go errors for equality.
NotOk
NotOk fails the test if an err is nil.
Ok
Ok fails the test if an err is not nil.