testutil

package
v0.8.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertTrueBeforeTimeout

func AssertTrueBeforeTimeout(t *testing.T, frequency, timeout time.Duration, condition func() bool)

AssertTrueBeforeTimeout regularly checks whether a condition is met. It does so until a timeout is reached, in which case it makes the test fail. Condition is evaluated in a goroutine to avoid tests hanging if a system is deadlocked.

func Detab

func Detab(str string) string

Detab removes whitespace from the front of a string on every line

func RequireTrueBeforeTimeout

func RequireTrueBeforeTimeout(t *testing.T, frequency, timeout time.Duration, condition func() bool)

RequireTrueBeforeTimeout is the same as AssertTrueBeforeTimeout, but it calls t.failNow() if the condition function times out.

Types

type TempFolder

type TempFolder struct {
	RootPath string
}

TempFolder is a temporary folder used for testing

func NewTempFolder

func NewTempFolder(namePrefix string) (*TempFolder, error)

NewTempFolder creates a new temporary folder

func (*TempFolder) Add

func (f *TempFolder) Add(fileName string, contents string) error

Add adds a file to a temp folder

func (*TempFolder) RemoveAll

func (f *TempFolder) RemoveAll() error

RemoveAll purges a TempFolder

Jump to

Keyboard shortcuts

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