JUnit testing with Mock

I need a GOOD mocking resource. I can not use Mockito. Powermock and Easy Mock are available. Specifically, I need to mock a java method which has 3 parameters, one of which is a List object. If you know of such a resource or can help with the syntax of such a problem please let me know.
thanks in advance

When you describe the issue and include a screenshot you get better answers.