#[allow(unused_imports)] use test_log::test; #[allow(unused_imports)] use pact_models::PactSpecification; #[allow(unused_imports)] use serde_json; #[allow(unused_imports)] use expectest::prelude::*; #[allow(unused_imports)] #[cfg(feature = "plugins")] use pact_plugin_driver::catalogue_manager::register_core_entries; #[allow(unused_imports)] use pact_models::interaction::{Interaction, message_interaction_from_json}; #[allow(unused_imports)] use pact_matching::match_interaction; #[allow(unused_imports)] use pact_models::prelude::{MessagePact, Pact}; mod body;