Mockito allows use static mock() method for creating mock objects. MyClass test = Mockito.mock(MyClass.class);</pre> // or @RunWith( ...
確定! 回上一頁