(t *testing.T)
| 220 | } |
| 221 | |
| 222 | func TestOnearrRev(t *testing.T) { |
| 223 | testIterator(t, func(ap *shape.AP) Iterator { return onearrrev.NewIterator(ap) }) |
| 224 | } |
| 225 | |
| 226 | func BenchmarkOnearrRev(b *testing.B) { |
| 227 | for api, testsize := range testSizes { |
nothing calls this directly
no test coverage detected