Class: PactBroker::Matrix::PactNotVerifiedByRequiredProviderVersion

Inherits:
ErrorReasonWithTwoSelectors show all
Defined in:
lib/pact_broker/matrix/reason.rb

Overview

The pact for the required consumer verison has been verified by the provider, but not by the required provider version (this row is not included in the matrix, and it’s absence must be inferred) Update: because the left outer join now returns a row with blank verification details, this scenario is now indistingishable from PactNotEverVerifiedByProvider TODO: merge these two classes when it’s verified that they are duplicates.

Instance Attribute Summary

Attributes inherited from ErrorReasonWithTwoSelectors

#consumer_selector, #provider_selector

Method Summary

Methods inherited from ErrorReasonWithTwoSelectors

#==, #initialize, #selectors, #to_s

Methods inherited from ErrorReason

#selectors, #type

Methods inherited from Reason

#==, #type

Constructor Details

This class inherits a constructor from PactBroker::Matrix::ErrorReasonWithTwoSelectors