example =
MockRepository.GenerateStrictMock<AbstractExample>((string)name);

is a good thought, but unfortunately it didn't work.

On Apr 14, 11:31 am, Patrick Steele <[email protected]> wrote:
> What if you specifically cast "name" as a string?
>
> example = MockRepository.GenerateStrictMock<AbstractExample>((string)name);
>

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

Reply via email to