# File lib/flexmock.rb, line 391
391:     def validate(n)
392:       assert n <= @limit,
393:         "Method '#{@exp}' should be called at most #{@limit} times,\n" +
394:         "only called #{n} times"
395:     end