Versions in this module Expand all Collapse all v0 v0.1.3 Oct 31, 2024 v0.1.1 Oct 31, 2024 Changes in this version + func CopyFile(t *testing.T, srcPath, dstPath string) + func DeepEqual(a, b interface{}) bool + func Diff(expected, actual interface{}) string + func PrettyPrint(v interface{}) string + func PrettyPrintWithDepth(v interface{}, depth int) string + func ShouldPanic(t *testing.T, fn func()) + func ShouldPanicWith(t *testing.T, msg interface{}, fn func()) + func ShouldPanicWithStr(t *testing.T, msg string, fn func()) + func TempDir(t *testing.T, dirName string) string + type DeepEqualer interface + DeepEqual func(other interface{}, comparer func(a, b interface{}) bool) bool