Versions in this module Expand all Collapse all v1 v1.1.1 Sep 22, 2025 v1.1.0 Aug 26, 2025 Changes in this version + func CheckComparableEqualIgnoreOrder[T comparable](result []T, resultName string, expected []T, t TestT) + func CheckContains[T any](list []T, item T, t TestT) + func CheckEqual(result interface{}, resultName string, expectedResult interface{}, t TestT) + func CheckEqualEquateEmpty(result interface{}, resultName string, expectedResult interface{}, t TestT) + func CheckEqualEquateEmptyIgnoreOrder(result interface{}, resultName string, expectedResult interface{}, t TestT) + func CheckEqualErrs(result interface{}, resultName string, expectedResult interface{}, t TestT) + func CheckErr(err error, message string, t TestT) + func CheckErrs(errs []error, message string, t TestT) + func CheckNotOk(ok bool, message string, t TestT) + func CheckOk(ok bool, message string, t TestT) + func ExpectErr(err error, message string, t TestT) + func ExpectNil(value interface{}, t TestT) + func ExpectNotNil(varName string, value interface{}, t TestT) + func GenerateRandomLetterString(n int) string + func Hash64(s string) uint64 + func MakeFooMaps(num int) map[int]*Foo + func RandomDurationBetween(min time.Duration, max time.Duration) time.Duration + func RandomNumber(max int) int + func RandomNumberBetween(min int, max int) int + type Bar struct + Bing string + Order int + type Foo struct + Bar string + Baz string + Order int + func MakeFoos(num int) []*Foo + func MakeFoosOrderly(num int) []*Foo + type TestT interface + Errorf func(format string, args ...any) + Fatal func(args ...any) + Fatalf func(format string, args ...any) + Logf func(format string, args ...any)