I have a static method in my code that I would like somehow to mock.
I am using jmock.
One way I suppose I could do this is to have \"wrapper class\" around
Powermock is an extension to EasyMock that allows mocking of static methods.