Function pact_matching::match_interaction_response

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

Matches the response part of the interaction