MS测试+ 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
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
不,CHESS 仅支持 Visual Studio 2008。
http://research.microsoft。 com/en-us/projects/chess/download.aspx
No, CHESS only supports Visual Studio 2008.
http://research.microsoft.com/en-us/projects/chess/download.aspx