Macro expect_test::expect_file
source · 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"];