Documentation ¶ Index ¶ func Contains(s []string, e string) bool func CreateTempDirectory(t *testing.T) (string, func()) func CreateTempFile(t *testing.T, content string) (string, func()) func GetFileContent(t *testing.T, filePath string) string func GetNumberOfFilesInFolder(t *testing.T, folder string) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Contains ¶ func Contains(s []string, e string) bool func CreateTempDirectory ¶ func CreateTempDirectory(t *testing.T) (string, func()) func CreateTempFile ¶ func CreateTempFile(t *testing.T, content string) (string, func()) func GetFileContent ¶ func GetFileContent(t *testing.T, filePath string) string func GetNumberOfFilesInFolder ¶ func GetNumberOfFilesInFolder(t *testing.T, folder string) int Types ¶ This section is empty. Source Files ¶ View all Source files file_helpers.go slice.go Click to show internal directories. Click to hide internal directories.