Versions in this module Expand all Collapse all v0 v0.1.0 Nov 1, 2025 Changes in this version + func FileExistsWithContent(t *testing.T, filePath string, expectedContent string) + func PathDoesNotExist(t *testing.T, filePath string) + func PathExist(t *testing.T, filePath string) + func TempDir(t *testing.T) string + func TempFile(t *testing.T, name string) string + func TempFileWithContent(t *testing.T, name string, content []byte) string