//调用void方法

doNothing().when(templateWrapper).process();
// doCallRealMethod().when(templateWrapper).process();

05-23 06:27