J
Joe Van Dyk
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
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