public class MockHttpServerKt
| Modifier and Type | Method and Description |
|---|---|
static java.nio.charset.Charset |
calculateCharset(java.util.Map<java.lang.String,? extends java.util.List<java.lang.String>> headers) |
static MockServer |
mockServer(au.com.dius.pact.core.model.RequestResponsePact pact,
MockProviderConfig config)
Returns a mock server for the pact and config
|
public static MockServer mockServer(au.com.dius.pact.core.model.RequestResponsePact pact, MockProviderConfig config)
Returns a mock server for the pact and config
public static java.nio.charset.Charset calculateCharset(java.util.Map<java.lang.String,? extends java.util.List<java.lang.String>> headers)