<@U0Q32NQ68>: ``` org.mockito.exceptions.misusing...
# getting-started
c
@aisanu:
Copy code
org.mockito.exceptions.misusing.MissingMethodInvocationException: 
when() requires an argument which has to be 'a method call on a mock'.
For example:
    when(mock.getArticles()).thenReturn(articles);