My when(…).thenReturn(…) is not working
I’m making some test but my mocking is not working.
Junit and Mockito how mock class being instantiated with mocked parameter
I’m not super familiar with mockito. I am trying to mock the results of a class that is being instantiated within another class.