MSTest + CHESS in VS 2010



我可以使用CHESS&VS 2010中的MSTest。我试过这个

[TestMethod]
[HostType("Chess")]
[TestProperty("ChessExpectedResult", "deadlock")]
public void TestMyMethod()
{
...
}

但是我得到以下错误

The host type 'Chess' cannot be loaded for the following reason: The key 'Chess' cannot be found

否,CHESS仅支持Visual Studio 2008。

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

最新更新