[][src]Module assert_fs::prelude

Extension traits that are useful to have available.

Re-exports

pub use assert::PathAssert;

Traits

FileTouch

Create empty files at ChildPath.

FileWriteBin

Write a binary file at ChildPath.

FileWriteFile

Write (copy) a file to ChildPath.

FileWriteStr

Write a text file at ChildPath.

PathChild

Access paths within TempDir for testing.

PathCopy

Copy files into TempDir.

PathCreateDir

Create empty directories at ChildPath.