paramValues[i] = beans.get(paramBeanId[i]);
paramValues[i]=null么?
map已经在before方法中赋过值了。before方法由于加了注解@Before,因此它会在test方法执行前执行。