By using JUnitParameter for testing a methode I have an exception. My code is similar to lot of example on JUnitParameter:
private Object parametersForTe
Imports need to be updated like :
import com.entities.Client; import junitparams.JUnitParamsRunner; import junitparams.Parameters; import static org.junit.Assert.*; import org.junit.Test; import org.junit.runner.RunWith;
Now it works