helpers

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertSoon deprecated added in v1.12.0

func AssertSoon(t testing.TB, callback func(ctx context.Context), timeout time.Duration)

AssertSoon runs the provided callback and fails the passed-in test if the callback does not complete within timeout. The provided callback should respect the passed-in context and cease execution when it has expired.

Deprecated: This function will be removed with GODRIVER-2667, use assert.Eventually instead.

func FindJSONFilesInDir

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

FindJSONFilesInDir finds the JSON files in a directory.

func RawToDocuments added in v1.11.0

func RawToDocuments(doc bson.Raw) []bson.Raw

RawToDocuments converts a bson.Raw that is internally an array of documents to []bson.Raw.

func RawToInterfaces added in v1.11.0

func RawToInterfaces(docs ...bson.Raw) []interface{}

RawToInterfaces takes one or many bson.Raw documents and returns them as a []interface{}.

Types

This section is empty.

Jump to

Keyboard shortcuts

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