func CloseSurely(t *testing.T, closer Closer)
func DeleteTempDir(t *testing.T, path string)
func MakeTempDir(t *testing.T, name string) string
func MustExist(t *testing.T, inPath string, want []string) error
type Closer interface { Close() error }