chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
Hi,

I saw a previous post on this subject and I want confirmation because I did not find the specific information in the documentation.

Is it true that you can not mock overloaded methods? I have a class where I have an instance method (Parse) that I wish to mock, that calls a static overload (Parse). When I try to mock the method, it always mocks only the static method.

In this case I can hack around because the overload that I can mock is called by the one I want to mock. This is not always the case.

Are there any work arounds for this?

thanks in advance.
asked by sellingerd (5.7k points)

1 Answer

0 votes
This is solved in the next release, I will send you a fix offline.
answered by scott (32k points)
...