const prefix …
type file …
func (f *file) write(fs utilfs.Filesystem, dir string) error { … }
func (f *file) expect(fs utilfs.Filesystem, dir string) error { … }
type test …
func (c *test) write(t *testing.T, fs utilfs.Filesystem, dir string) { … }
func (c *test) expect(t *testing.T, fs utilfs.Filesystem, dir string) []error { … }
func (c *test) run(t *testing.T, fs utilfs.Filesystem) { … }
func TestHelpers(t *testing.T) { … }
func TestFileExists(t *testing.T) { … }
func TestEnsureFile(t *testing.T) { … }
func TestReplaceFile(t *testing.T) { … }
func TestDirExists(t *testing.T) { … }
func TestEnsureDir(t *testing.T) { … }
func TestWriteTempDir(t *testing.T) { … }
func TestReplaceDir(t *testing.T) { … }