Function pact_matching::match_interaction_response[][src]

pub fn match_interaction_response(
    expected: Box<dyn Interaction>,
    actual: Box<dyn Interaction>,
    _spec_version: &PactSpecification
) -> Result<Vec<Mismatch>, String>
Expand description

Matches the response part of the interaction