How should events be unit tested in ASP.Net?

nickhyena

New Member
I have defined two events with custom event arguments and associated raising methods. Now I wonder what and how the event should be tested. How should I analyze the code to find candidates for unit testing?
 
Back
Top