Home | History | Annotate | Download | only in gmock

Lines Matching refs:ExpectSpecProperty

267   void ExpectSpecProperty(bool property, const string& failure_message) const {
302 ExpectSpecProperty(last_clause_ < kWith,
313 ExpectSpecProperty(last_clause_ < kWillByDefault,
318 ExpectSpecProperty(!action.IsDoDefault(),
738 void ExpectSpecProperty(bool property, const string& failure_message) const {
901 ExpectSpecProperty(false,
905 ExpectSpecProperty(last_clause_ < kWith,
929 ExpectSpecProperty(last_clause_ <= kInSequence,
957 ExpectSpecProperty(last_clause_ <= kAfter,
987 ExpectSpecProperty(last_clause_ <= kWillOnce,
1002 ExpectSpecProperty(false,
1006 ExpectSpecProperty(last_clause_ < kWillRepeatedly,
1026 ExpectSpecProperty(last_clause_ < kRetiresOnSaturation,