Florian Klaempfl wrote:
Unit testing has nothing to do with pascal units and because a unit as a namespace on it's own, it makes no sense to put only one or two classes into one unit.
It helps with the logical separation of classes, which in turn makes them easier to unit test.
Plus you don't have the Private and Protected issues I mentioned before. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
