Can you Test for Events?
It was very useful to be able to test for the handling of exceptions using the ExpectedException attribute.
How does one code up a test to verify that the correct firing of events? Also, it would be great for me to be able to count how many events get fired in reaction to a change in the system because I can get a huge event storm when updating objects under a datagridview.
Suggestions and resources would be appreciated.
-Michael

