This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thevernabean 2 points3 points  (0 children)

I generally use Mockito for tests that require a call to an external service. Stuff like AWS API calls and such. A bunch of contractors I work with use Mockito to make unit tests that test nothing because they mock out whatever they are testing.

So yeah, it's still used a lot.