Versions in this module Expand all Collapse all v1 v1.1.0 May 26, 2022 v1.0.0 May 26, 2022 Changes in this version + func FindJSONFilesInDir(t *testing.T, dir string) []string + func GetIntFromInterface(i interface{}) *int64 + func IsNil(object interface{}) bool + func RequireNil(t *testing.T, variable interface{}, msgFormat string, msgVars ...interface{}) + func RequireNoErrorOnClose(t *testing.T, c io.Closer) + func RequireNotNil(t *testing.T, variable interface{}, msgFormat string, msgVars ...interface{}) + func VerifyConnStringOptions(t *testing.T, cs connstring.ConnString, options map[string]interface{})