241
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #26 from barbeque/master More... over 7 years ago
more comment fixes More... over 7 years ago
typo fixes for doc comments on Constraints More... over 7 years ago
Fixing concurrency bug in MockRepository More... over 7 years ago
Merge pull request #22 from andrewducker/ExtraHelper More... over 7 years ago
Generic Constraints, which allows for an extra helper method with type inference. More... over 7 years ago
Fixing delegate proxy being corrupted by multiple calls. See: https://github.com/ayende/rhino-mocks/issues/21 More... almost 8 years ago
Adding internalsVisibleAttribute to allow for test assembly to see into target assembly
Tim Barcz
as TimBarcz
More... over 13 years ago
Created AsMockObject() extension method which MockRepository.GetMockObject now delegates to - working to simplify surface area in MockRepository). Same process was done for MockRepository.GetMockedObjectOrNull()
Tim Barcz
as TimBarcz
More... over 13 years ago
Changing Record() and Playback() options to use new IModeChanger interfaces
Tim Barcz
as TimBarcz
More... over 13 years ago
Adding in marker interface which is more descriptive that IDisposable and allows for logical grouping of mode changers
Tim Barcz
as TimBarcz
More... over 13 years ago
File is no longer needed due to previous commit
Tim Barcz
as TimBarcz
More... over 13 years ago
Combining several parital files that made up MockRepository into a singulr file/class
Tim Barcz
as TimBarcz
More... over 13 years ago
Fix issue with stubbing a method returning a delegate More... over 13 years ago
Mocked delegate's Target no longer includes the delegate type in ImplementedTypes More... over 13 years ago
Failing test: mocked delegate's Target should not include the delegate type in ImplementedTypes More... over 13 years ago
Failing tests: stub returning delegate twice More... over 13 years ago
Fixing little 'hitch' in TraceWriterWithStackTraceExpectationWriter (was causing a failing test)
Tim Barcz
as TimBarcz
More... over 13 years ago
adding some logging
Tim Barcz
as TimBarcz
More... over 13 years ago
using new Validate method (very small tweak)
Tim Barcz
as TimBarcz
More... over 13 years ago
Adding generic Log message to IExceptionLogger interface and implementors
Tim Barcz
as TimBarcz
More... over 13 years ago
Adding in test for new Validate.IsNotNull method
Tim Barcz
as TimBarcz
More... over 13 years ago
Modifying Validate class to remove string parameter
Tim Barcz
as TimBarcz
More... over 13 years ago
Adding expectations class diagram
Tim Barcz
as TimBarcz
More... over 13 years ago
Adding ConsoleLogger - new IExpectationLogger
Tim Barcz
as TimBarcz
More... over 13 years ago
Refactored out a new ExpectationBuilder class
Tim Barcz
as TimBarcz
More... over 13 years ago
beginning to make refactoring changes around expectation builder
Tim Barcz
as TimBarcz
More... over 13 years ago
Upgrading solution and projects to Visual Studio 2010
Tim Barcz
as TimBarcz
More... over 13 years ago
Adding mark down file
Tim Barcz
as TimBarcz
More... over 13 years ago
Created failing test around Arg<T> constraint
Tim Barcz
as TimBarcz
More... over 13 years ago