package
0.0.0-20211113074651-c6ea6ab4ee08
Repository: https://github.com/tsaikd/kdgolib.git
Documentation: pkg.go.dev
# Functions
RequireJSONFieldEqual field of jsonobj should equal to expected.
RequireJSONFieldEqualValues the value of field of jsonobj should equal to expected.
RequireJSONFieldExist field of jsonobj should be exist.
RequireJSONFieldNil field of jsonobj should be nil.
RequireJSONFieldNotEqual field of jsonobj should not equal to expected.
RequireJSONFieldNotExist field of jsonobj should not be exist.
RequireJSONFieldNotNil field of jsonobj should not be nil.
RequireText if expected != actual, show error of diff detail.
UnmarshalJSONMap unmarshal jsonobj to map[string]interface{}.