assert_snapshot!() { /* proc-macro */ }
Assert that a widget matches a snapshot.
#[presentar_test] fn test_button_snapshot() { let button = Button::new("Submit"); assert_snapshot!(button, "button_submit"); }