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
+1 vote
We have a Win32 application which extensively utilizes COM objects. We decided to put our production code to unit tests, but the task turned out to be complicated, because these tests require user interaction and makes other undesirable calls to operating system functionality (via COM).

Can we use isolator++ for mocking COM objects? Can you provide any code sample?

Thanks!
asked by KevinGard (1.1k points)

Please log in or register to answer this question.

...