Home | History | Annotate | Download | only in test

Lines Matching refs:Cardinality

70 using testing::Cardinality;
590 // expectation compared to its cardinality.
656 // expectation compared to its cardinality.
753 // Tests that the cardinality can be inferred when no Times(...) is
1796 // Returns true iff call_count calls will satisfy this cardinality.
1801 // Returns true iff call_count calls will saturate this cardinality.
1812 Cardinality EvenNumber() {
1813 return Cardinality(new EvenNumberCardinality);