package testhelpers

import "go.mongodb.org/mongo-driver/internal/testutil/helpers"

Index

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 RequireNoErrorOnClose

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

RequireNoErrorOnClose ensures there is not an error when calling Close.

func VerifyConnStringOptions

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

VerifyConnStringOptions verifies the options on the connection string.

Source Files

helpers.go

Version
v0.0.3
Published
Apr 18, 2018
Platform
linux/amd64
Imports
10 packages
Last checked
1 minute ago

Tools for package owners.