import org.springframework.test.util.ReflectionTestUtils;
//gpAlertInfoServiceImpl 调用类
//postGpInfo 具体方法
//new Object[]{null} 传入参数
ReflectionTestUtils.invokeMethod(gpAlertInfoServiceImpl,"postGpInfo",new Object[]{null})
简单实用反射调用私有方法
最新推荐文章于 2024-06-28 13:54:52 发布