What is the difference between these two declarations in Mockito?@Mock(answer = Answers.CALLS_REAL_METHODS)ArrayList<String> mock;@SpyArrayList<String> spy;
確定! 回上一頁