Class FlexMock::AtLeastCountValidator
In: lib/flexmock/validators.rb
Parent: CountValidator

Validator for call counts greater than or equal to a limit.

Methods

Public Instance methods

If the expectation has been called n times, is it still eligible to be called again? Since this validator only establishes a lower limit, not an upper limit, then the answer is always true.

Validate the method expectation was called no more than n times.

[Validate]