Function pact_matching::match_message_metadata[][src]

pub fn match_message_metadata(
    expected: &Box<dyn Interaction + Send>,
    actual: &Box<dyn Interaction + Send>,
    context: &MatchingContext
) -> HashMap<String, Vec<Mismatch>>

Matches the actual message metadata to the expected one.