2011-06-01 11 views
5

Puis-je tester mon code unité multi-thread utilisant CHESS & MSTest dans VS 2010. J'ai essayéMSTest + CHESS dans VS 2010

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

mais je reçois l'erreur suivante

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

Répondre