Macro expect_file

Source
macro_rules! expect_file {
    [$path:expr] => { ... };
}
Expand description

Creates an instance of ExpectFile from a relative or absolute path:

expect_file!["test_data/example"];