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
0 votes
Hello, I am currently having an issue covering tests using Resharper and dotCover. I am able to run tests that pass just fine from the unit test session using the \"Run Current Session\" option, but when trying to use the \"Cover All tests from solution\" option a significant number of tests now fail with the error:

TypeMock.ArrangeActAssert.NestedCallException:

*** WhenCalled does not support using a method call as an argument.

-   To fix this pass void instead of DataOnStack.JetBrains_Profiler_Core_Instrumentation_Measure()

I was wondering there was something I could do to address the issue.

Thanks,

Charles Widdicombe
asked by cwiddico (600 points)

1 Answer

0 votes

Hi Charles,

Please try the latest Isolator (8.6.10.3) it should integrate with the latest DotCover and Resharper profile.

You are welcome to open a ticket for our support team if it won't fix this issue

answered by David (1.9k points)
...