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
Could TypeMock be enhanced to support mocking of COM components.

In .NET development we all need to use some legacy component supporting a COM interface.

I want to be able to mock the runtime callable wrappers to these legacy components. I also really want to be able to mock objects in the mscorlib.

If this was implemented then TypeMock for me would be the premium standard tool of choice for mocking, blowing the opposition away.
asked by Leroy1883 (1.1k points)

1 Answer

0 votes
Hi,

Typemock supports mocking of com objects. if you encounter any problem doing so let me know.
Regarding MSCorlib we already have that feature in our list, I hope that we will be able to implement it in the near future.
answered by lior (13.2k points)
...