Versions in this module Expand all Collapse all v0 v0.16.0 Dec 31, 2020 Changes in this version + var ErrTimeout = errors.New("Timed out") + func Elide(value string) string + func MakeNewPassword(oldPass string) string + func PrintResource(t *testing.T, resource interface{}) + func RandomInt(min, max int) int + func RandomString(prefix string, n int) string + func WaitFor(predicate func() (bool, error)) error + func WaitForTimeout(predicate func() (bool, error), timeout time.Duration) error