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 potential file in the filesystem that is automatically deleted when it goes out of scope.
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 (copy) a file to ChildPath.
Write a text file at ChildPath.
Access paths within TempDir for testing.
Copy files into TempDir.
Create empty directories at ChildPath.
Create a symlink to the target
Create a symlink to the target