Function pact_matching::match_interaction_response[][src]

pub async fn match_interaction_response(
    expected: Box<dyn Interaction + Sync>,
    actual: Box<dyn Interaction + Sync>,
    pact: Box<dyn Pact + Send + Sync>,
    _spec_version: &PactSpecification
) -> Result<Vec<Mismatch>>
Expand description

Matches the response part of the interaction