macro_rules! render_line {
    (AnyLine) => { ... };
    (AnyLine  $count:expr) => { ... };
    (StartsWith $line:expr) => { ... };
    (EndsWith $line:expr) => { ... };
}
Expand description

Assert the rendered output from a ViewData.