I believe you also need to change Expect to Stub.

Iain

On 1 January 2013 22:18, M <karimip...@gmail.com> wrote:

> Sorry, Didn't work. Still getting the same exception.
>
>
> On Monday, December 31, 2012 7:55:30 PM UTC+11, M wrote:
>>
>> Hi
>>
>> This is the block of code that I have written to test some method. But it
>> throws an exception on line 3 that "Value can not be null ".
>>
>> IDataRepository repository = 
>> M**ockRepository.GenerateStub<IDa**taRepository>();IKernel kernel = 
>> MockRepositor**y.GenerateStub<IKernel>();
>> kernel.Expect(k => k.Get<IData**Repository>()).Return(**repository);
>>
>>
>> [image: Inline image 1]
>>
>>
>> What should I do ?
>>
>> Regards
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Rhino.Mocks" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/rhinomocks/-/t-M9lSERsE8J.
>
> To post to this group, send email to rhinomocks@googlegroups.com.
> To unsubscribe from this group, send email to
> rhinomocks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rhinomocks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino.Mocks" group.
To post to this group, send email to rhinomocks@googlegroups.com.
To unsubscribe from this group, send email to 
rhinomocks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rhinomocks?hl=en.

Reply via email to