how to unit test events

joeray

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