3
votes
6answers
638 views
Can I create a Database Deadlock test in Nunit?
In this asp.net I'm cleaning up it's possible for deadlocks to occur. I want to make sure that the code deals with them properly, so I'm trying to write NUnit tests which trigger a deadlock..... …
