(t *testing.T)
| 372 | } |
| 373 | |
| 374 | func TestArrayIteratorPeekNext(t *testing.T) { |
| 375 | testContainerIteratorPeekNext(t, newArrayContainer()) |
| 376 | } |
| 377 | |
| 378 | func TestArrayIteratorAdvance(t *testing.T) { |
| 379 | testContainerIteratorAdvance(t, newArrayContainer()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…