Documentation
¶
Index ¶
- func CreateFileTree(t *testing.T, root string, files map[string]string)
- func DirExists(path string) bool
- func FileExists(path string) bool
- func ListFiles(t *testing.T, root string) []string
- func ReadFile(t *testing.T, path string) string
- func TempDir(t *testing.T) string
- func WriteFile(t *testing.T, path, content string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFileTree ¶
CreateFileTree creates multiple files from a map of path -> content.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.