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

Base class for all the count validators.

Methods

eligible?   new  

Public Class methods

Public Instance methods

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]