Function pact_matching::match_message[][src]

pub async fn match_message<'a>(
    expected: &Box<dyn Interaction + Send + Sync>,
    actual: &Box<dyn Interaction + Send + Sync>,
    pact: &Box<dyn Pact + Send + Sync + 'a>
) -> Vec<Mismatch>
Expand description

Matches the actual and expected messages.