Documentation ¶
Index ¶
- func TestConcurrentOffsetReads(ctx context.Context, t *testing.T, impl file.Implementation, path string)
- func TestDiscard(ctx context.Context, t *testing.T, impl file.Implementation, dir string)
- func TestEmpty(ctx context.Context, t *testing.T, impl file.Implementation, path string)
- func TestErrors(ctx context.Context, t *testing.T, impl file.Implementation, path string)
- func TestList(ctx context.Context, t *testing.T, impl file.Implementation, dir string)
- func TestListDir(ctx context.Context, t *testing.T, impl file.Implementation, dir string)
- func TestNotExist(ctx context.Context, t *testing.T, impl file.Implementation, path string)
- func TestReads(ctx context.Context, t *testing.T, impl file.Implementation, path string)
- func TestRemove(ctx context.Context, t *testing.T, impl file.Implementation, path string)
- func TestStandard(ctx context.Context, t *testing.T, impl file.Implementation, dir string)
- func TestStat(ctx context.Context, t *testing.T, impl file.Implementation, path string)
- func TestWrites(ctx context.Context, t *testing.T, impl file.Implementation, dir string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestConcurrentOffsetReads ¶ added in v0.0.11
func TestConcurrentOffsetReads( ctx context.Context, t *testing.T, impl file.Implementation, path string, )
TestConcurrentOffsetReads tests arbitrarily-ordered, concurrent reads.
func TestDiscard ¶
func TestErrors ¶
TestErrors tests handling of errors. "path" shouldn't exist.
func TestListDir ¶
TestListDir tests ListDir implementations.
func TestNotExist ¶
TestNotExist tests that the implementation behaves correctly for paths that do not exist.
func TestRemove ¶
TestRemove tests file Remove() function.
func TestStandard ¶ added in v0.0.11
TestStandard runs tests for all of the standard file API functionality.
func TestWrites ¶
TestWrites tests file Write functions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.