Hi guys 

in Squeak andreas introduced the idea of test time out
Do you think that this is interesting?

Stef

SUnit
-----
All test cases now have an associated timeout after which the test is 
considered failed. The purpose of the timeout is to catch issues like infinite 
loops, unexpected user input etc. in automated test environments. Timeouts can 
be set on an individual test basis using the <timeout: seconds> tag or for an 
entire test case by implementing the #defaultTimeout method.
_______________________________________________
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