Using JUnit and EasyMock

Hi everyone, I'm trying to use JUnit an EasyMock to test my game and let's say I want a StaticPhisicsNode or any other abstract class to mock, I have to extend them myself. Is there an utility or ready-to-test-class to use in such cases?



Thank you.