(t *testing.T)
| 197 | } |
| 198 | |
| 199 | func TestBitmapIteratorPeekNext(t *testing.T) { |
| 200 | testContainerIteratorPeekNext(t, newBitmapContainer()) |
| 201 | } |
| 202 | |
| 203 | func TestBitmapIteratorAdvance(t *testing.T) { |
| 204 | testContainerIteratorAdvance(t, newBitmapContainer()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…