testutil

package
v0.0.0-...-eb12069 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanupCloser

func CleanupCloser(t *testing.T, closers ...io.Closer)

CleanupCloser adds Cleanup function to Test which will close supplied Closers.

func NewLogger

func NewLogger(t *testing.T) log.Logger

NewLogger returns a new log.Logger that uses t.Log method as the log sink. It is particularly useful for debugging tests.

func RandBytes

func RandBytes(tb testing.TB, size int) []byte

RandBytes returns bytes slice of specified size filled with random values.

func RandBytesWithSeed

func RandBytesWithSeed(tb testing.TB, size int, seed int64) []byte

RandBytesWithSeed returns bytes slice of specified size filled with random values generated using seed.

Types

This section is empty.

Jump to

Keyboard shortcuts

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