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

Base class for all the count validators.

Methods

calls   describe   eligible?   new  

Included Modules

FlexMock::SpyDescribers

Public Class methods

Public Instance methods

Pluralize "call"

Human readable description of the validator

If the expectation has been called n times, is it still eligible to be called again? The default answer compares n to the established limit.

[Validate]