I've read a lot of topic about "Singleton is hard for testing". Most of them posted in 2010 and 2011.
And it tried to figured out why Singleton is bad for testing by using PowerMock. But everything worked fine and i still couldn't find what is the devil of Singleton.
Can you give any example of Singleton in testing and point out the problem?