This question explains the difference between @Mock and @InjectMocks : @Mock creates a mock. @InjectMocks creates an instance of the class and injects the ...
確定! 回上一頁