VS 2010 Test Runner error “The agent process was stopped while the test was running.”

前端 未结 19 1340
醉话见心
醉话见心 2020-12-22 21:13

In Visual Studio 2010, I have a number of unit tests. When I run multiple tests at one time using test lists, I sometimes reveive the following error for one or more of the

相关标签:
19条回答
  • 2020-12-22 21:40

    In my case I had some unit-tests for a WCF-service. This WCF service was starting up 2 timers.
    Those timers caused side effects.
    --> I disable these timers by default and everything is fine!

    BTW: I use WCFMock to fake the WCF service, so I have "real" unit tests around my WCF service

    0 讨论(0)
提交回复
热议问题