Uses of Record Class
org.mockserver.client.MockServerClient.ContractReport
Packages that use MockServerClient.ContractReport
-
Uses of MockServerClient.ContractReport in org.mockserver.client
Methods in org.mockserver.client that return MockServerClient.ContractReportModifier and TypeMethodDescriptionMockServerClient.contractTest(String spec, String baseUrl) Run an OpenAPI contract test against a live service: every operation in the spec is exercised againstbaseUrland the response is validated against the spec.MockServerClient.contractTest(String spec, String baseUrl, String operationId) Run an OpenAPI contract test against a live service, optionally restricted to a single operation.MockServerClient.trafficValidate(String spec) Validate the recorded request/response traffic against an OpenAPI specification.