macro_rules! open_as_vmo_file_assert_content {
    ($proxy:expr, $flags:expr, $path:expr, $expected_content:expr) => { ... };
}
Expand description

Opens the specified path as a VMO file and checks its content. Also see all the assert_* macros in ../test_utils.rs.