Crate assert_fs [] [src]

Filesystem fixtures and assertions for testing.

[dependencies]
assert_fs = "0.1"

Structs

ChildPath

A path within a TempDir

FixtureError

Failure when initializing the fixture.

TempDir

A directory in the filesystem that is automatically deleted when it goes out of scope.

Traits

ChildPathTouchExt

Extend ChildPath to create empty files.

ChildPathWriteBinExt

Extend ChildPath to write binary files.

ChildPathWriteStrExt

Extend ChildPath to write text files.

TempDirChildExt

Extend TempDir to perform operations on relative paths within the temp directory via ChildPath.

TempDirCopyExt

Extend TempDir to copy files into it.