(t *testing.T)
| 198 | } |
| 199 | |
| 200 | func TestOnearr(t *testing.T) { |
| 201 | testIterator(t, func(ap *shape.AP) Iterator { return onearr.NewIterator(ap) }) |
| 202 | } |
| 203 | |
| 204 | func BenchmarkOnearr(b *testing.B) { |
| 205 | for api, testsize := range testSizes { |
nothing calls this directly
no test coverage detected