Module: RR::TimesCalledMatchers

Defined in:
lib/rr/times_called_matchers/never_matcher.rb,
lib/rr/times_called_matchers/terminal.rb,
lib/rr/times_called_matchers/non_terminal.rb,
lib/rr/times_called_matchers/proc_matcher.rb,
lib/rr/times_called_matchers/range_matcher.rb,
lib/rr/times_called_matchers/at_most_matcher.rb,
lib/rr/times_called_matchers/integer_matcher.rb,
lib/rr/times_called_matchers/at_least_matcher.rb,
lib/rr/times_called_matchers/any_times_matcher.rb,
lib/rr/times_called_matchers/times_called_matcher.rb

Overview

:nodoc:

Defined Under Namespace

Modules: NonTerminal, Terminal Classes: AnyTimesMatcher, AtLeastMatcher, AtMostMatcher, IntegerMatcher, NeverMatcher, ProcMatcher, RangeMatcher, TimesCalledMatcher