Package org.mockserver.mock.pact
Class PactVerifier.PactVerificationResult
java.lang.Object
org.mockserver.mock.pact.PactVerifier.PactVerificationResult
- Enclosing class:
- PactVerifier
The overall result of verifying a Pact contract.
-
Constructor Summary
ConstructorsConstructorDescriptionPactVerificationResult(boolean verified, List<PactVerifier.InteractionResult> interactions) -
Method Summary
Modifier and TypeMethodDescriptionbooleantoJson()Serializes the result as a JSON string for HTTP responses.
-
Constructor Details
-
PactVerificationResult
-
-
Method Details
-
isVerified
public boolean isVerified() -
getInteractions
-
toJson
Serializes the result as a JSON string for HTTP responses.
-