@Test public void testStaticMethodWhenSomethingUnexpectedHappens() throws Exception { mockStatic(StaticClass.class); // changed exception type doThrow(new ...
確定! 回上一頁