¡@

Home 

c# Programming Glossary: rhino

Assigning out/ref parameters in Moq

http://stackoverflow.com/questions/1068095/assigning-out-ref-parameters-in-moq

though I can do that in the callback. I know that Rhino Mocks supports this functionality but the project I'm working..

Best Practices of Test Driven Development Using C# and RhinoMocks [closed]

http://stackoverflow.com/questions/124210/best-practices-of-test-driven-development-using-c-sharp-and-rhinomocks

Practices of Test Driven Development Using C# and RhinoMocks closed In order to help my team write testable code I.. more testable. Some of the points refer to limitations of Rhino Mocks a mocking framework for C# but the rules may apply more.. Static methods are difficult or impossible to isolate and Rhino Mocks is unable to mock them. Program off interfaces not classes...

When to use mocking versus faking in C# unit testing?

http://stackoverflow.com/questions/1419713/when-to-use-mocking-versus-faking-in-c-sharp-unit-testing

everything you do with an isolation framework like Moq Rhino Mocks Type Mock etc is called a fake . A fake is an object in..

What are the real-world pros and cons of each of the major mocking frameworks?

http://stackoverflow.com/questions/1718463/what-are-the-real-world-pros-and-cons-of-each-of-the-major-mocking-frameworks

for and against the major frameworks I've come across RhinoMocks Moq TypeMock Isolator NMock Moles And other usable alternatives.. Can only mock interfaces and virtual abstract members Rhino Mocks Pros Type safe Full feature set Encourages good design.. that was the only option back in 2003 then migrated to Rhino Mocks because of its type safety and now use Moq because of..

Rhino Mocks AAA Quick Start?

http://stackoverflow.com/questions/2124175/rhino-mocks-aaa-quick-start

Mocks AAA Quick Start I've been looking around for some decent.. been looking around for some decent information on using Rhino Mocks 3.5 with the AAA syntax. I find a lot of blogs that have.. to use it. Would would be great would be if there were a Rhino Mocks AAA Cheat Sheet like was done for an earlier version...

What C# mocking framework to use? [closed]

http://stackoverflow.com/questions/37359/what-c-sharp-mocking-framework-to-use

many NMock EasyMock.NET TypeMock Isolator Commercial Paid Rhino Mocks Moq NSubstitute JustMock Free version and Commercial Paid..

unit test with lambda fail using rhino mock

http://stackoverflow.com/questions/4338095/unit-test-with-lambda-fail-using-rhino-mock

userModel.Email .Repeat.Once .Return null Telling me Rhino.Mocks.Exceptions.ExpectationViolationException ISession.Single.. inside the controller . Two different methods are used so Rhino Mocks shows the expectation error. More here http groups.google.com..

Licensing System for .NET [closed]

http://stackoverflow.com/questions/5132943/licensing-system-for-net

share improve this question I've always used Ayende's Rhino Licencing. Works like a charm. https github.com ayende rhino..

Mocking Static methods using Rhino.Mocks

http://stackoverflow.com/questions/540239/mocking-static-methods-using-rhino-mocks

Static methods using Rhino.Mocks Is it possible to mock a static method using Rhino.Mocks.. Rhino.Mocks Is it possible to mock a static method using Rhino.Mocks If Rhino does not support this is there a pattern or something.. it possible to mock a static method using Rhino.Mocks If Rhino does not support this is there a pattern or something which..

Best Practices of Test Driven Development Using C# and RhinoMocks [closed]

http://stackoverflow.com/questions/124210/best-practices-of-test-driven-development-using-c-sharp-and-rhinomocks

unable to mock non virtual methods. c# unit testing tdd rhino mocks share improve this question Definitely a good list...

Rhino Mocks - Set a property if a method is called

http://stackoverflow.com/questions/1349364/rhino-mocks-set-a-property-if-a-method-is-called

call was hung up when HangUp is called. c# unit testing rhino mocks share improve this question You can use the WhenCalled..

What are the real-world pros and cons of each of the major mocking frameworks?

http://stackoverflow.com/questions/1718463/what-are-the-real-world-pros-and-cons-of-each-of-the-major-mocking-frameworks

stopped using products because of issues. c# .net mocking rhino mocks moq share improve this question I don't know Moles..

Mocking a DataReader and getting a Rhino.Mocks.Exceptions.ExpectationViolationException: IDisposable.Dispose(); Expected #0, Actual #1

http://stackoverflow.com/questions/1792984/mocking-a-datareader-and-getting-a-rhino-mocks-exceptions-expectationviolationex

LON myCities.Add myCity am I missing something c# rhino mocks share improve this question I will suggest you a rewrite..

Rhino Mocks AAA Quick Start?

http://stackoverflow.com/questions/2124175/rhino-mocks-aaa-quick-start

good links would be totally appreciated c# unit testing rhino mocks arrange act assert share improve this question I have..

Tips for writing fluent interfaces in C# 3

http://stackoverflow.com/questions/224730/tips-for-writing-fluent-interfaces-in-c-sharp-3

but they read like a natural language. If you look at rhino mocks for example the writing part has been complicated compared..

How to mock extension methods with Rhino Mock?

http://stackoverflow.com/questions/3988243/how-to-mock-extension-methods-with-rhino-mock

someValue . Does anyone know how to get around this c# rhino mocks mstest share improve this question Disclosure I work..

unit test with lambda fail using rhino mock

http://stackoverflow.com/questions/4338095/unit-test-with-lambda-fail-using-rhino-mock

test with lambda fail using rhino mock If I have this test Expect.Call _session.Single Admin.. c c.RegisterSuccess Thank you c# unit testing lambda rhino mocks share improve this question The lambda in your unit.. expectation error. More here http groups.google.com group rhinomocks browse_frm thread a33b165c16fc48ee tvc 1 share improve..

Can't get RhinoMocks to emit a mock that follows the generic type restriction rules

http://stackoverflow.com/questions/4382624/cant-get-rhinomocks-to-emit-a-mock-that-follows-the-generic-type-restriction-ru

obviously I'd rather fix them if I can. Your thoughts c# rhino mocks share improve this question It looks like this is.. latest Rhino Mocks release http groups.google.com group rhinomocks browse_thread thread 2c1b53bf66b77b8e ad09a6cd1e304a93..

Licensing System for .NET [closed]

http://stackoverflow.com/questions/5132943/licensing-system-for-net

Licencing. Works like a charm. https github.com ayende rhino licensing It doesn't handle obfuscation but it handles the license..

C# Queue or ServiceBus with no dependencies?

http://stackoverflow.com/questions/517376/c-sharp-queue-or-servicebus-with-no-dependencies

post have been fixed since then. From the blog post what rhino queues is XCopyable Zero Administration Embedded Async queuing..

Mocking Static methods using Rhino.Mocks

http://stackoverflow.com/questions/540239/mocking-static-methods-using-rhino-mocks

which would let me accomplish the same c# tdd mocking rhino mocks share improve this question Is it possible to mock..

Rhinomocks - Mocking delegates

http://stackoverflow.com/questions/5650804/rhinomocks-mocking-delegates

null. Any idea how can I set expectations on this mock c# rhino mocks rhino mocks 3.5 share improve this question Just found.. how can I set expectations on this mock c# rhino mocks rhino mocks 3.5 share improve this question Just found a solution...

Rhino mocks ??change behaviour of stubs

http://stackoverflow.com/questions/630037/rhino-mocks-change-behaviour-of-stubs

really be obvious but I can't find it. c# unit testing rhino mocks share improve this question Ah I figured it out myself...