(t *testing.T)
| 358 | } |
| 359 | |
| 360 | func TestUnroll(t *testing.T) { |
| 361 | testIterator(t, func(ap *shape.AP) Iterator { return unroll.NewIterator(ap) }) |
| 362 | } |
| 363 | |
| 364 | func BenchmarkUnroll(b *testing.B) { |
| 365 | for api, testsize := range testSizes { |
nothing calls this directly
no test coverage detected