Skretzo / shortest-path

Pathfinding for Old School RuneScape
BSD 2-Clause "Simplified" License
14 stars 27 forks source link

Tests for WorldPointUtil and PrimitiveIntHashMap #45

Closed jocopa3 closed 1 year ago

jocopa3 commented 1 year ago

Added proper tests for WorldPointUtil and PrimitiveIntHashMap. No impactful logic changes have been made, but I have reorganized a few methods and fixed an issue with inserting null values into the PrimitiveIntHashMap.