From: Joe Van Dyk Date: 2005-06-28T03:06:40+09:00 Subject: unit testing singletons Hi, How can I properly unit test a singleton? I want to reinitialize it on every test method, but since it seems to stick around in memory, I can't seem to ever create a new singleton object. Thanks, Joe