(t *testing.T)
| 242 | } |
| 243 | |
| 244 | func TestOnearrRevAdvance(t *testing.T) { |
| 245 | testIterator(t, func(ap *shape.AP) Iterator { return onearrrevadvance.NewIterator(ap) }) |
| 246 | } |
| 247 | |
| 248 | func BenchmarkOnearrRevAdvance(b *testing.B) { |
| 249 | for api, testsize := range testSizes { |
nothing calls this directly
no test coverage detected