Function pact_matching::match_message[][src]

pub fn match_message(
    expected: &Box<dyn Interaction + Send>,
    actual: &Box<dyn Interaction + Send>
) -> Vec<Mismatch>
Expand description

Matches the actual and expected messages.