Function 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