DEV Community

Discussion on: 10 Essential Testing Frameworks & Libraries for Java Programmers

 
stealthmusic profile image
Jan Wedel

Definitely Mockito. If you need to use PowerMock you’re probably doing something wrong. Why would you ever need to mock the logger?