(t *testing.T)
| 1591 | } |
| 1592 | |
| 1593 | func TestQueryAroundCenter(t *testing.T) { |
| 1594 | testAroundUnsortedSource(4, 4, t) |
| 1595 | } |
| 1596 | |
| 1597 | func TestQueryAroundNear(t *testing.T) { |
| 1598 | testAroundUnsortedSource(5, 9, t) |
nothing calls this directly
no test coverage detected