Module assert_fs::fixture

source ·
Expand description

Initialize the filesystem to use as test fixtures.

Structs

A path within a TempDir
Failure when initializing the fixture.
A directory in the filesystem that is automatically deleted when it goes out of scope.

Enums

Fixture initialization cause.

Traits

Create empty files at ChildPath.
Write a binary file at ChildPath.
Write a text file at ChildPath.
Access paths within TempDir for testing.
Copy files into TempDir.