> TestResult when: TestCaseStarts do: [:event | do some stuff ].
> 
> TestResult when: TestCaseEnds do: [:event | do some stuff ].

Currently, the announcer is stored in TestCase. For me, it looks more intuitive 
to do 
MyTestCase announcer on: TestCaseAnnouncement do: [:ann | ... ].

than dealing with TestResult.

I am okay to move the announcer in TestResult, but that's look a bit to me. 
Don't you feel?

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to