By using JUnitParameter for testing a methode I have an exception. My code is similar to lot of example on JUnitParameter:
private Object parametersForTe
If you are using JMockit, then adding below snippet resolves the issue
import mockit.integration.junit4.JMockit; @RunWith(JMockit.class) public class TestClass