Versions in this module Expand all Collapse all v0 v0.3.1 Sep 28, 2024 v0.3.0 Nov 8, 2023 Changes in this version + func ExpectEmptyDir(t *testing.T, basedirDummy string) + func ExpectFile(t *testing.T, basedir string, relpath string) + func ExpectFileNotExist(t *testing.T, basedir, relpath string) + func RemoveExistingFile(t *testing.T, fpath string) v0.2.4 Feb 25, 2023 v0.2.3 Nov 6, 2020 Changes in this version + func ExpectErr(t *testing.T, actual, expected error) + func ExpectErrMessage(t *testing.T, err error, expectedRE string) + func ExpectLogMessage(t *testing.T, logs *observer.ObservedLogs, expectedRE string) + func PrepareBasedir(t *testing.T) string