Function pact_matching::match_interaction[][src]

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

Matches an interaction