Hi Klaus,
I have never heard of there being a hard limit. If you inspect a class, you will see the the class's methods are instances of CompiledMethod objects stored in a Array called methodsArray. This array will grow automatically as needed.
Personally I would find one test per string too restrictive, and might combine several string tests in one method, but Smalltalk doesn't care.
testSomeStrings
self assert: ('str' = STR asLowercase).
self assert: ('STR' = 'str' asUppercase)
and so on.
Donald [|]
--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
To post to this group, send email to
[hidden email].
Visit this group at
https://groups.google.com/group/va-smalltalk.
For more options, visit
https://groups.google.com/d/optout.