Function pact_matching::match_response

source ·
pub async fn match_response<'a>(
    expected: HttpResponse,
    actual: HttpResponse,
    pact: &Box<dyn Pact + Send + Sync + RefUnwindSafe + 'a>,
    interaction: &Box<dyn Interaction + Send + Sync + RefUnwindSafe>
) -> Vec<Mismatch>
Expand description

Matches the actual and expected responses.