//mock一个Iterator类 List<String> list = mock(List.class); //预设当list调用get()时第一次返回hello,第n次都返回world ...
確定! 回上一頁