(t *testing.T)
| 92 | } |
| 93 | |
| 94 | func TestBasic(t *testing.T) { |
| 95 | testIterator(t, func(ap *shape.AP) Iterator { return basic.NewIterator(ap) }) |
| 96 | } |
| 97 | |
| 98 | func BenchmarkBasic(b *testing.B) { |
| 99 | for api, testsize := range testSizes { |
nothing calls this directly
no test coverage detected