macro_rules! expect_file {
[$path:expr] => { ... };
}Expand description
Creates an instance of ExpectFile from a relative or absolute path:
expect_file!["test_data/example"];macro_rules! expect_file {
[$path:expr] => { ... };
}Creates an instance of ExpectFile from a relative or absolute path:
expect_file!["test_data/example"];