testhelpers

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindJSONFilesInDir

func FindJSONFilesInDir(t *testing.T, dir string) []string

FindJSONFilesInDir finds the JSON files in a directory.

func GetIntFromInterface

func GetIntFromInterface(i interface{}) *int64

GetIntFromInterface attempts to convert an empty interface value to an integer.

Returns nil if it is not possible.

func IsNil added in v0.0.9

func IsNil(object interface{}) bool

IsNil returns true if the object is nil

func RequireNil added in v0.0.9

func RequireNil(t *testing.T, variable interface{}, msgFormat string, msgVars ...interface{})

RequireNil throws an error if var is not nil

func RequireNoErrorOnClose

func RequireNoErrorOnClose(t *testing.T, c io.Closer)

RequireNoErrorOnClose ensures there is not an error when calling Close.

func RequireNotNil added in v0.0.9

func RequireNotNil(t *testing.T, variable interface{}, msgFormat string, msgVars ...interface{})

RequireNotNil throws an error if var is nil

func VerifyConnStringOptions

func VerifyConnStringOptions(t *testing.T, cs connstring.ConnString, options map[string]interface{})

VerifyConnStringOptions verifies the options on the connection string.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL