Skip to main content

assert_patch

Macro assert_patch 

Source
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.