>> On the other hand, what is an API in Smalltalk? We just got methods, and they >> are *all* public. So when cleaning SUnit we have to draw a line. No doubt, >> #assert: and friends are API, but what about eg #runCase? > > you cut some line.
I know a lot of SUnit tests override #runCase. Basically all tests that need to setup a dynamic environment (e.g. to simulate a session). Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
