util

package
v1.0.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Assert

func Assert(tb testing.TB, condition bool, msg string, v ...interface{})

Assert fails the test if the condition is false.

func Contains

func Contains(slice []string, value string) (bool, int)

Contains returns whether slice contains the value

func Equals

func Equals(tb testing.TB, exp, act interface{})

Equals fails the test if exp is not equal to act.

func EqualsMultipleExp

func EqualsMultipleExp(tb testing.TB, exp interface{}, act interface{})

EqualsMultipleExp fails the test if exp is not equal to one of act.

func GenerateRandomString

func GenerateRandomString(n int) string

GenerateRandomString to have a unique code

func NotEquals

func NotEquals(tb testing.TB, exp, act interface{})

NotEquals fails the test if exp is equal to act.

func OK

func OK(tb testing.TB, err error)

OK fails the test if an err is not nil.

func SliceContains

func SliceContains(slice [][]string, value []string) (bool, int)

SliceContains returns whether slice contains the slice

Types

This section is empty.

Jump to

Keyboard shortcuts

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