Error with threads during automatic testing on TeamCity 5
- by yeyeyerman
Hello,
I'm having some problems executing the tests of the application I'm developing. All the tests execute normally with ReSharper and in NCover. However, the execution of one of these tests in TeamCity is generating an error.
This test initializes two objects, the object under test and a simulator of a real object. Both objects will…