Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2024 v0.1.0 Oct 9, 2024 Changes in this version + func CmpDiff(t *testing.T, methodUnderTest string, testCase string, desc string, ...) bool + func ExpectPanic(t *testing.T, methodUnderTest string, testCase string, wantPanic string) + func ExpectPanicWithOutput(t *testing.T, methodUnderTest string, testCase string, out fmt.Stringer, ...) + func HomelabBaseDir() string + func LogCustom(t *testing.T, methodUnderTest string, testCase string, custom string) + func LogCustomWithOutput(t *testing.T, methodUnderTest string, testCase string, out fmt.Stringer, ...) + func LogErrorNil(t *testing.T, methodUnderTest string, testCase string, want string) + func LogErrorNilWithOutput(t *testing.T, methodUnderTest string, testCase string, out fmt.Stringer, ...) + func LogErrorNotNil(t *testing.T, methodUnderTest string, testCase string, gotErr error) + func LogErrorNotNilWithOutput(t *testing.T, methodUnderTest string, testCase string, out fmt.Stringer, ...) + func NewInt(i int) *int + func NewLogLevel(lvl zzzlog.Level) *zzzlog.Level + func Pwd() string + func RegexMatch(t *testing.T, methodUnderTest string, testCase string, desc string, ...) bool + func RegexMatchJoinNewLines(t *testing.T, methodUnderTest string, testCase string, desc string, ...) bool + func RegexMatchWithOutput(t *testing.T, methodUnderTest string, testCase string, out fmt.Stringer, ...) bool + func SetTestEnv(t *testing.T, envs TestEnvMap) + type TestEnvMap map[string]string