PowerMockito.whenNew(Input.class).withAnyArguments().thenReturn(input); // when int result = this.calculator.calc(anyInt(), anyInt());
確定! 回上一頁