5

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 

1 Answer 1

3

No, CHESS only supports Visual Studio 2008.

http://research.microsoft.com/en-us/projects/chess/download.aspx

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.