# File lib/flexmock/expectation.rb, line 122
122:     def call_count_constrained?
123:       ! @count_validators.empty?
124:     end