TestCollisionTree
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
Object added to quadtree properly | testAddToTree() | 0s | passed |
Default tree is empty | testEmptyTree() | 0s | passed |
Out of bounds lookup doesn't crash | testOutOfBounds() | 0s | passed |
Object removed from quadtree successfully | testRemoveFromTree() | 0.001s | passed |