-
public final class PactVerificationResult.PartialMismatch extends PactVerificationResult
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Mismatch>mismatches
-
Constructor Summary
Constructors Constructor Description PactVerificationResult.PartialMismatch(List<Mismatch> mismatches)
-
Method Summary
Modifier and Type Method Description final List<Mismatch>getMismatches()StringgetDescription()-
-
Constructor Detail
-
PactVerificationResult.PartialMismatch
PactVerificationResult.PartialMismatch(List<Mismatch> mismatches)
-
-
Method Detail
-
getMismatches
final List<Mismatch> getMismatches()
-
getDescription
String getDescription()
-
-
-
-