Unit test Asynchronous methods in CSharp and Nunit
Recently I have written an article about how to wait for two threads to finish. The technique described in the article can be perfectly used when writing unit tests for asynchronous methods, especially for...