lundi 8 juin 2015

Single thread for C# unit testing suite

Is there any way to run the C# test in single thread? I am not looking for a thread safe but for a single thread. Actually my COM component can be used in single thread only so when i run my first test it runs fine but as soon as it enters another it fails as COM component cannot be assigned to another thread"

Aucun commentaire:

Enregistrer un commentaire