IMO Mockito is fine, the problem I’ve encountered is people taking the easy way out and trying to test something that needs a real integration test with a convoluted series of mocks.
I've found that most of the time that if you need to mock, you probably just need to do an integration test.
I've found that most of the time that if you need to mock, you probably just need to do an integration test.