Function pact_matching::match_interaction_request

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

Matches the request part of the interaction