//
pkg.gl
Category
kpt.dev/configsync
pkg
testing
testerrors
package
1.19.2-rc.1
Repository:
https://github.com/googlecontainertools/kpt-config-sync.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
42 SLOC
#
Functions
AssertEqual
AssertEqual fails the test if the actual error does not match the expected error.
EqualError
EqualError returns an error with an Is(error)bool function that matches any error with the same type and string value as the supplied error.