[squeak-dev] Continuous integration (was: All tests running green)

laurent laffont laurent.laffont at gmail.com
Mon Jul 28 08:47:06 UTC 2008


>
> catch the error and do nothing? Here is the code:
>
> [
>    "some code"
> ] on: SyntaxErrorNotification do: [
>    "nothing"
> ]
>
> >    2. Some tests require user interaction with popups, ...  I want these
> >    tests to generate an error when trying to open such dialogs, as unit
> tests
> >    should never require user interaction. How can I do this ?
>
> [] on: ProvideAnswerNotification do: [self error]
>
> To see where those notifications are used, highlight
> "ProvideAnswerNotification" and press Alt-Shift-N (find
> references)
>
> --
> Matthew Fulmer -- http://mtfulmer.wordpress.com/
>

Thank you !

Laurent Laffont
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20080728/172418a2/attachment.htm


More information about the Squeak-dev mailing list