开发者

MSTest + CHESS in VS 2010

开发者 https://www.devze.com 2023-03-10 05:21 出处:网络
Can I unit test my multi-threaded code using CHESS & MSTest in VS 2010. I tried this 开发者_开发技巧[TestMethod]

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


No, CHESS only supports Visual Studio 2008.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消