Question
testing events dispatch
newbie question.
The class I want to test dispatch events, how do I test for this the proper way? I only see tests about the result returns when calling a class ( whether the return is asynchrone or not, that's another topic I would say), but I think it's fair to also tests that events are properly fired isn't it? or am I going the wrong way?
Thanks,
Jean
