Can I unit test my multi-threaded code using CHESS & MSTest in VS 2010. I tried this
[TestMethod] [HostType("Chess")] [TestProperty("ChessExpectedResult", "deadlock")] public void TestMyMethod() { ... } but I get the following error
The host type 'Chess' cannot be loaded for the following reason: The key 'Chess' cannot be found