(t *testing.T)
| 336 | } |
| 337 | |
| 338 | func TestSpecialize(t *testing.T) { |
| 339 | testIterator(t, func(ap *shape.AP) Iterator { return specialize.NewIterator(ap) }) |
| 340 | } |
| 341 | |
| 342 | func BenchmarkSpecialize(b *testing.B) { |
| 343 | for api, testsize := range testSizes { |
nothing calls this directly
no test coverage detected