Search code examples
Can I make Rhino Mocks GenerateStub or GenerateMock return a new type every time?...

rhino-mocks

Read More
Rhino Mocks: Mocked method returns null...

mockingrhino-mocks

Read More
How do I unit test and mock a static extension method with Rhino Mocks?...

unit-testingrhino-mocks

Read More
Rhino Mocks: How to verify a method was called exactly once using vb.net and AAA syntax...

vb.netunit-testingrhino-mocks

Read More
BDD: When/where to setup stubs?...

c#syntaxrhino-mocksbddcontext-specification

Read More
How to mock IO/Network classes?...

c#mockingrhino-mocks

Read More
RhinoMocks AAA Syntax...

rhino-mocksarrange-act-assert

Read More
Which style exists for mocking with Rhino?...

mockingrhino-mocksarrange-act-assert

Read More
Why does Rhino Mocks throws an Exception when using it with threads?...

c#multithreadingrhino-mocks

Read More
how to unit test session state...

asp.net-mvcunit-testingrhino-mockssession-state

Read More
Syntax Comparison between Moq and Rhino mocks...

unit-testingrhino-mocksmoqpex-and-molesmoles

Read More
Unit Testing Virtual Methods in a Linq...

c#linqunit-testingrhino-mocks

Read More
What is method interception with regards to mocking?...

rhino-mocks

Read More
Why isn't the Rhino Mock expectation met?...

c#unit-testingrhino-mocksmbunit

Read More
Can't figure out why this Rhino Mock is failing? Error: Expected True, But Was: False...

c#rhino-mocksrhino

Read More
How do you assert a generic method was called with Rhino Mocks?...

unit-testingmockingrhino-mocks

Read More
Why does the following test fail using Mbunit and Rhino mocks?...

c#unit-testingrhino-mocksmbunit

Read More
Why does my mock fail?...

c#rhino-mocks

Read More
How do I check if the Create method was called using Expect instead of AssertWasNotCalled in Rhino M...

unit-testingrhino-mocksmbunit

Read More
Why is mocking preferred with Interfaces?...

mockingmoqrhino-mocks

Read More
Unit testing/How to assert a non-mocked method was called/C#/Rhino Mocks/NUnit...

c#unit-testingrhino-mocks

Read More
Rhinomocks, has anybody used and good resource for it...

resourcesrhino-mocks

Read More
How can I setup default actions for a rhino mocked interface in a setup method, which can be overrid...

c#rhino-mocks

Read More
Rhino Mocks stubbing an event with ref parameter...

c#eventsrhino-mocks

Read More
Mocking without injection...

c#dependency-injectionmockingwcfrhino-mocks

Read More
RhinoMocks - Pass Action<T> as parameter...

c#-3.0rhino-mocks

Read More
Formulating both general and specific stub-methods?...

c#.netunit-testingrhino-mocks

Read More
RhinoMocks - mock a concrete type - run constructor...

rhino-mocks

Read More
Unit testing a method with no observable state change...

c#rhino-mocksmbunit

Read More
Rhino.Mocks how to test abstract class method calls...

rhino-mocks

Read More
BackNext