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

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

Methods

validate  

Public Instance methods

Validate the method expectation was called at least n times.

[Validate]