| Merge pull request #26 from barbeque/master |
|
More...
|
almost 9 years ago
|
| more comment fixes |
|
More...
|
almost 9 years ago
|
| typo fixes for doc comments on Constraints |
|
More...
|
almost 9 years ago
|
| Fixing concurrency bug in MockRepository |
|
More...
|
about 9 years ago
|
| Merge pull request #22 from andrewducker/ExtraHelper |
|
More...
|
about 9 years ago
|
| Generic Constraints, which allows for an extra helper method with type inference. |
|
More...
|
about 9 years ago
|
| Fixing delegate proxy being corrupted by multiple calls. See: https://github.com/ayende/rhino-mocks/issues/21 |
|
More...
|
over 9 years ago
|
| Adding internalsVisibleAttribute to allow for test assembly to see into target assembly |
|
More...
|
about 15 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() |
|
More...
|
about 15 years ago
|
| Changing Record() and Playback() options to use new IModeChanger interfaces |
|
More...
|
about 15 years ago
|
| Adding in marker interface which is more descriptive that IDisposable and allows for logical grouping of mode changers |
|
More...
|
about 15 years ago
|
| File is no longer needed due to previous commit |
|
More...
|
about 15 years ago
|
| Combining several parital files that made up MockRepository into a singulr file/class |
|
More...
|
about 15 years ago
|
| Fix issue with stubbing a method returning a delegate |
|
More...
|
about 15 years ago
|
| Mocked delegate's Target no longer includes the delegate type in ImplementedTypes |
|
More...
|
about 15 years ago
|
| Failing test: mocked delegate's Target should not include the delegate type in ImplementedTypes |
|
More...
|
about 15 years ago
|
| Failing tests: stub returning delegate twice |
|
More...
|
about 15 years ago
|
| Fixing little 'hitch' in TraceWriterWithStackTraceExpectationWriter (was causing a failing test) |
|
More...
|
about 15 years ago
|
| adding some logging |
|
More...
|
about 15 years ago
|
| using new Validate method (very small tweak) |
|
More...
|
about 15 years ago
|
| Adding generic Log message to IExceptionLogger interface and implementors |
|
More...
|
about 15 years ago
|
| Adding in test for new Validate.IsNotNull method |
|
More...
|
about 15 years ago
|
| Modifying Validate class to remove string parameter |
|
More...
|
about 15 years ago
|
| Adding expectations class diagram |
|
More...
|
about 15 years ago
|
| Adding ConsoleLogger - new IExpectationLogger |
|
More...
|
about 15 years ago
|
| Refactored out a new ExpectationBuilder class |
|
More...
|
about 15 years ago
|
| beginning to make refactoring changes around expectation builder |
|
More...
|
about 15 years ago
|
| Upgrading solution and projects to Visual Studio 2010 |
|
More...
|
about 15 years ago
|
| Adding mark down file |
|
More...
|
over 15 years ago
|
| Created failing test around Arg<T> constraint |
|
More...
|
over 15 years ago
|