(t *testing.T)
| 402 | } |
| 403 | |
| 404 | func TestUnrollInverse(t *testing.T) { |
| 405 | testIterator(t, func(ap *shape.AP) Iterator { return unrollinverse.NewIterator(ap) }) |
| 406 | } |
| 407 | |
| 408 | func BenchmarkUnrollInverse(b *testing.B) { |
| 409 | for api, testsize := range testSizes { |
nothing calls this directly
no test coverage detected