Tag Archives: NUnit

How to test asynchronous events

The other day I had to test that an event was raised after some asynchronous work had been done. And since I currently am a total test newbie, this was a new thing for me. Say we have this simple … Continue reading

Posted in Software Development | Tagged , , , , | Leave a comment