//
pkg.gl
Category
github.com/theplant/testingutils
fatalassert
package
0.0.2
Repository:
https://github.com/theplant/testingutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
98 SLOC
#
Functions
Equal
If not equal then fatal.
EqualError
If not equal then fatal.
Nil
If not nil then fatal.
NoError
If has error then fatal.
NotEqual
If equal then fatal.
NotNil
If nil then fatal.
ProtoEqual
If not equal then fatal.
ProtoNotEqual
If equal then fatal.
UnorderedListEqual
If not equal then fatal.