Andrew P. Black wrote > > Without knowing what you are trying to accomplish, I have to bee too > critical Thank you for your concern, Andrew ;-)
Of course, in normal programming, your point would be well-justified, but in this case, I'm implementing a test double library, so I specifically want to protect the rest of the system while a TestCase partially stubs out the functionality of a class (e.g. return a canned value for DateAndTime>>now). But it seems that this would be too difficult, so I'll probably resort to method wrappers. It's not as sandboxed, but it's much simpler. Sean -- View this message in context: http://forum.world.st/Late-binding-class-names-tp4575026p4600091.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
