Expand description
Initialize the filesystem to use as test fixtures.
Structs§
- Child
Path - A path within a
TempDir
- Fixture
Error - Failure when initializing the fixture.
- Named
Temp File - A potential file in the filesystem that is automatically deleted when it goes out of scope.
- TempDir
- A directory in the filesystem that is automatically deleted when it goes out of scope.
Enums§
- Fixture
Kind - Fixture initialization cause.
Traits§
- File
Touch - Create empty files at
ChildPath
. - File
Write Bin - Write a binary file at
ChildPath
. - File
Write File - Write (copy) a file to
ChildPath
. - File
Write Str - Write a text file at
ChildPath
. - Path
Child - Access paths within
TempDir
for testing. - Path
Copy - Copy files into
TempDir
. - Path
Create Dir - Create empty directories at
ChildPath
. - Symlink
ToDir - Create a symlink to the target
- Symlink
ToFile - Create a symlink to the target