[ANN] SUnitExtensions

Philippe Marschall philippe.marschall at gmail.com
Tue Mar 28 06:28:48 UTC 2006


>     * TestCase>>should: aBlock notTakeMoreThanMilliseconds: anInteger
Shouldn't that be

* TestCase>>shouldnt: aBlock takeMoreThan: aDuration

milliSeconds would then be sent to anInteger

self shouldnt: [ ... ] takeMoreThan: 5 milliSeconds

Cheers
Philippe



More information about the Squeak-dev mailing list