pub async fn start_mock_server_v2(
catalogue_entry: &CatalogueEntry,
pact: Box<dyn Pact + Send + Sync>,
config: MockServerConfig,
test_context: HashMap<String, Value>,
) -> Result<MockServerDetails>Expand description
Starts a mock server given the catalog entry for it and a Pact