Searched refs:ExpectationSet (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-spec-builders.h | 89 class ExpectationSet; variable 525 friend class ExpectationSet; 572 class ExpectationSet { 581 ExpectationSet() {} in ExpectationSet() function 987 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2) { in After() 990 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() 994 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() 995 const ExpectationSet& s3, const ExpectationSet& s4) { in After() 998 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() 999 const ExpectationSet& s3, const ExpectationSet& s4, in After() [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-spec-builders_test.cc | 77 using testing::ExpectationSet; 1521 ExpectationSet es1; // Default ctor. in TEST() 1527 ExpectationSet es7 = es2; // Copy ctor. in TEST() 1546 ExpectationSet es1; in TEST() 1547 ExpectationSet es2 = Expectation(); in TEST() 1556 ExpectationSet es1; in TEST() 1568 ExpectationSet::const_iterator it2 = it1; in TEST() 1576 ExpectationSet es; in TEST() 1590 ExpectationSet es; in TEST() 1605 ExpectationSet es; in TEST() [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/src/ |
| H A D | gmock-spec-builders.cc | 116 for (ExpectationSet::const_iterator it = in RetireAllPreRequisites() 138 for (ExpectationSet::const_iterator it = in AllPrerequisitesAreSatisfied() 150 void ExpectationBase::FindUnsatisfiedPrerequisites(ExpectationSet* result) const in FindUnsatisfiedPrerequisites() 158 for (ExpectationSet::const_iterator it = in FindUnsatisfiedPrerequisites()
|
| /freebsd-12.1/contrib/googletest/googlemock/docs/ |
| H A D | CheatSheet.md | 468 write it, you can use an `ExpectationSet` to collect them: 471 using ::testing::ExpectationSet; 473 ExpectationSet all_inits; 484 Modifying an `ExpectationSet` after using it in an `.After()` doesn't
|