macro_rules! assert_rendered_output {
    ($view_data:expr) => { ... };
    ($view_data:expr, $($arg:expr),*) => { ... };
    (Options $options:expr, $view_data:expr, $($arg:expr),*) => { ... };
}
Expand description

Assert the rendered output from a ViewData.