我尝试使用 Mockito 来模拟getDeclaredMethod()java 的。但此方法的参数不确定。如何模拟这种方法?
getDeclaredMethod()
public Method getDeclaredMethod(String name, Class... parameterTypes) throws NoSuchMethodException, SecurityException { throw new RuntimeException("Stub!"); }
噜噜哒
相关分类