Hi,
I normally use Resharper test runner to run unit test which shows that I have around 500 test for "ClassA" in "Test_ClassA"
However, when I go to TypeMock -> Run - > All Test, it shows that there's only 163 tests.
Plus, when I go to TypeMock -> Coverage -> Solution.
The "ClassA" didn't even show in the list. It display Test_ClassA instead with empty coverage values.
May I ask if you have any idea about what's going on ?
Thanks
Maverick