MCPcopy Create free account
hub / github.com/apache/arrow / test_next

Method test_next

c_glib/test/test-record-batch-iterator.rb:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 end
41
42 def test_next
43 assert_equal(@record_batches[0], @iterator.next)
44 assert_equal(@record_batches[1], @iterator.next)
45 assert_equal(nil, @iterator.next)
46 end
47
48 def test_to_list
49 assert_equal(@record_batches, @iterator.to_list)

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected