Lines Matching refs:ExpectSpecProperty
267 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
302 ExpectSpecProperty(last_clause_ < kWith, in With()
313 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault()
318 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
738 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
901 ExpectSpecProperty(false, in With()
905 ExpectSpecProperty(last_clause_ < kWith, in With()
929 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence()
957 ExpectSpecProperty(last_clause_ <= kAfter, in After()
987 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce()
1002 ExpectSpecProperty(false, in WillRepeatedly()
1006 ExpectSpecProperty(last_clause_ < kWillRepeatedly, in WillRepeatedly()
1026 ExpectSpecProperty(last_clause_ < kRetiresOnSaturation, in RetiresOnSaturation()