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

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

Methods

describe   validate  

Public Instance methods

Human readable description of the validator

Validate the method expectation was called at least n times.

[Validate]