# File lib/flexmock/expectation.rb, line 117
117:     def eligible?
118:       @count_validators.all? { |v| v.eligible?(@actual_count) }
119:     end