[][src]Macro expect_test::expect_file

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

Creates an instance of ExpectFile from relative or absolute path:

expect_file!["./test_data/bar.html"];