FlexMock::CountValidator
Validator for exact call counts.
Validate that the method expectation was called exactly n times.
# File lib/flexmock/validators.rb, line 77 def validate(n) validate_count(n) { @limit == n } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.