Rhini Mocks - Difference between GenerateStub<T> & GenerateMock<T>
- by chugh97
Can any of the Rhino experts explain me by giving a suitable example of the differnce between the above methods on the MockRepository class (Rhino Mocks framework).Where should one use Stub over Mock method or otherwise?