0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 17 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Space#verify_ordered_scenario. It will raise an error if the ordered scenario is out of order and remove the scenario from ordered_scenarios when it is times_called_verified. More... almost 17 years ago
Added Space#register_ordered_scenario. More... almost 17 years ago
Refactoring. More... almost 17 years ago
Refactoring. More... almost 17 years ago
English fixes. More... almost 17 years ago
Added Scenario#times_called_verified? More... almost 17 years ago
Added TimesCalledExpectation#verify which returns true when successful and false when not successful. More... almost 17 years ago
Renamed TimesCalledExpectation#verify to TimesCalledExpectation#verify!. More... almost 17 years ago
The first scenario to be registered will win. This is in preparation of ordered scenarios. There will probably be logic that moves on after a scenario already is completed (# of times fulfilled). More... almost 17 years ago
Reordered High level examples. More... almost 17 years ago
Implemented [#11642] Block syntax for Stubs. More... almost 17 years ago
Implemented [#11641] Block syntax for Probes. More... almost 17 years ago
Implemented [#11640] Block syntax for Mocks More... almost 17 years ago
Fixed example names. More... almost 17 years ago
Double creators now must take in the subject object. More... almost 17 years ago
Removed references to old way of calling create_double. More... almost 17 years ago
Implemented [#11643] Raise error when no Scenario is found for a method call. More... almost 17 years ago
Refactoring names. Updated High Level Examples for new block syntax. These examples are still commented out though. More... almost 17 years ago
Override existing scenarios. This is done by unshifting the scenario to the scenarios collection. The first scenario to match wins. This has the added benefit of requiring all scenarios to meet their expectations when being verified. More... almost 17 years ago
Created ArgumentEqualityExpectation#== method. More... almost 17 years ago
Created RR::Expectations::AnyArgumentExpectation. This replaces ArgumentEqualityExpectation::Anything More... almost 17 years ago
Removed ArgumentEqualityExpectation#verify_input. More... almost 17 years ago
Created Double#register_scenario. Space#create_scenario is responsible with registering the scenario to the double. More... almost 17 years ago
Added re-stub example. More... almost 17 years ago
Isolated remock and restub examples. More... almost 17 years ago
Double now uses Scenarios to return values. More... almost 17 years ago
Removed extraneous module calls. More... almost 17 years ago
Renamed verify_double to verify. More... almost 17 years ago
Added times_called and verify to Scenario. More... almost 17 years ago
Remove unused method. More... almost 17 years ago