[Newbies] Using same class names

Randal L. Schwartz merlyn at stonehenge.com
Mon Feb 1 01:00:25 UTC 2010


>>>>> "lanas" == lanas  <lanas at securenet.net> writes:

lanas> In other words, is there a way to quickly switch from one experiment
lanas> to the other when each of these experiments would use the same class
lanas> names and probably many of the same method names ?

I think you'd need to use subclasses, and therefore your tests should
use parameterized class names.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion


More information about the Beginners mailing list