mockito中这两个声明有什么区别?
@Mock(answer = Answers.CALLS_REAL_METHODS) ArrayList<String> mock; @Spy ArrayList<String> spy;
mockito
mockito ×1