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