issues
search
graphhopper
/
jsprit
jsprit is a java based, open source toolkit for solving rich vehicle routing problems
https://www.graphhopper.com/open-source/
Apache License 2.0
1.64k
stars
605
forks
source link
Use powermock-api-mockito2 instead of mockito-all to fix junit tests
#530
Closed
stefanhahmann
closed
2 years ago
stefanhahmann
commented
3 years ago
This merge request fixes the issues with the current set of junit tests and allows them all to pass again
For the mockito dependency in the main project is updated to powermock, which includes mockito2
Adapt deprecated stub method in SearchStrategyManagerTest to mockito2-api