Documentation
¶
Index ¶
- func Assert(tb testing.TB, condition bool, msg string, v ...interface{})
- func Contains(slice []string, value string) bool
- func Equals(tb testing.TB, exp, act interface{})
- func EqualsMultipleExp(tb testing.TB, exp interface{}, act interface{})
- func GenerateRandomString(n int) string
- func GetClusterServerOfCurrentContext() (string, string, []byte, error)
- func GetNamecheapCredentials() (string, string, string, error)
- func GetServerOfCurrentContext() (string, error)
- func NotEquals(tb testing.TB, exp, act interface{})
- func OK(tb testing.TB, err error)
- func SliceContains(slice [][]string, value []string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualsMultipleExp ¶
EqualsMultipleExp fails the test if exp is not equal to one of act.
func GenerateRandomString ¶
GenerateRandomString to have a unique code
func GetClusterServerOfCurrentContext ¶
GetClusterServerOfCurrentContext provides cluster and server info of the current context
func GetNamecheapCredentials ¶
GetNamecheapCredentials provides authentication info to have API Access
func GetServerOfCurrentContext ¶
GetServerOfCurrentContext provides the server info of the current context
func SliceContains ¶
SliceContains returns whether slice contains value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.