Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertTrueBeforeTimeout ¶
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.
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
Click to show internal directories.
Click to hide internal directories.