Lines Matching refs:cardinality
48 // .Times(cardinality)
693 // Returns the cardinality specified in the expectation spec.
694 const Cardinality& cardinality() const { return cardinality_; }
750 // Explicitly specifies the cardinality of this expectation. Used
752 void SpecifyCardinality(const Cardinality& cardinality);
754 // Returns true if and only if the user specified the cardinality
758 // Sets the cardinality of this expectation spec.
789 return cardinality().IsSatisfiedByCallCount(call_count_);
795 return cardinality().IsSaturatedByCallCount(call_count_);
801 return cardinality().IsOverSaturatedByCallCount(call_count_);
826 // WillRepeatedly() clauses) against the cardinality if this hasn't
846 // True if and only if the cardinality is specified explicitly.
848 Cardinality cardinality_; // The cardinality of the expectation.