Package org.mockserver.openapi
Class OpenApiContractTest.ContractTestResult
java.lang.Object
org.mockserver.openapi.OpenApiContractTest.ContractTestResult
- Enclosing class:
- OpenApiContractTest
Structured result for a single contract test operation.
-
Constructor Summary
ConstructorsConstructorDescriptionContractTestResult(String operationId, String method, String path, HttpRequest requestSent, int statusCodeReceived, boolean passed, List<String> validationErrors) -
Method Summary
-
Constructor Details
-
ContractTestResult
-
-
Method Details
-
getOperationId
-
getMethod
-
getPath
-
getRequestSent
-
getStatusCodeReceived
public int getStatusCodeReceived() -
isPassed
public boolean isPassed() -
getValidationErrors
-