Module: RR

Defined in:
lib/rr/space.rb,
lib/rr/double.rb,
lib/rr/scenario.rb,
lib/rr/mock_creator.rb,
lib/rr/stub_creator.rb,
lib/rr/probe_creator.rb,
lib/rr/adapters/rspec.rb,
lib/rr/errors/rr_error.rb,
lib/rr/adapters/test_unit.rb,
lib/rr/do_not_allow_creator.rb,
lib/rr/wildcard_matchers/is_a.rb,
lib/rr/errors/times_called_error.rb,
lib/rr/extensions/double_methods.rb,
lib/rr/wildcard_matchers/boolean.rb,
lib/rr/wildcard_matchers/numeric.rb,
lib/rr/wildcard_matchers/anything.rb,
lib/rr/errors/scenario_order_error.rb,
lib/rr/wildcard_matchers/duck_type.rb,
lib/rr/errors/argument_equality_error.rb,
lib/rr/errors/scenario_not_found_error.rb,
lib/rr/times_called_matchers/proc_matcher.rb,
lib/rr/times_called_matchers/range_matcher.rb,
lib/rr/expectations/any_argument_expectation.rb,
lib/rr/expectations/times_called_expectation.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/expectations/argument_equality_expectation.rb,
lib/rr/times_called_matchers/times_called_matcher.rb

Defined Under Namespace

Modules: Adapters, Errors, Expectations, Extensions, TimesCalledMatchers, WildcardMatchers Classes: DoNotAllowCreator, Double, MockCreator, ProbeCreator, Scenario, Space, StubCreator