2011-06-01 28 views
5

¿Puedo probar mi unidad de código multihilo usando AJEDREZ & MSTest en VS 2010. He intentado estoMSTest + ajedrez en VS 2010

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

pero me da el siguiente error

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

Respuesta