macro_rules! assert_patch {
($messages:expr, target = $target:expr, revision = $revision:expr $(,)?) => { ... };
($messages:expr, target = $target:expr, revision = $revision:expr, html = $html:expr $(,)?) => { ... };
($messages:expr, target = $target:expr, revision = $revision:expr, html_contains = $needle:expr $(,)?) => { ... };
}Expand description
Assert one patch message with exact target/revision.