TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Remove powermock and upgrade Mockito to 2.16.0 #284

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

Builds on top of #282

This PR removes PowerMock (all of its functionality was unused) and consequently upgrades Mockito to 2. There were some small major breaking changes, mostly regarding null. The upgrade caught several issues with timeouts as well :tada: