Skip to main content

assert_snapshot

Macro assert_snapshot 

Source
macro_rules! assert_snapshot {
    ($name:expr, $view:expr) => { ... };
    ($name:expr, $view:expr, $width:expr, $height:expr) => { ... };
}
Expand description

Assert that a view matches its snapshot

§Panics

Panics if the snapshot doesn’t match and UPDATE_SNAPSHOTS is not set