Versions in this module Expand all Collapse all v0 v0.3.0 Mar 22, 2025 v0.2.0 Nov 8, 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 tuxlog.Level) *tuxlog.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