How to Mock the Internal Method of a class ?

Posted by Shailendra on Stack Overflow See other posts from Stack Overflow or by Shailendra
Published on 2010-05-05T11:13:38Z Indexed on 2010/05/05 11:18 UTC
Read the original article Hit count: 85

Filed under:

I have a class which has a internal method and i want to mock the internal method . But i am unable to mock it i.e. it is not calling the mocked function but calling the original function. Is there any way to achieve this ?

© Stack Overflow or respective owner

Related posts about moq