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

Method test_size

c_glib/test/test-file-input-stream.rb:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 end
46
47 def test_size
48 input = Arrow::FileInputStream.new(@tempfile.path)
49 begin
50 assert_equal(@data.bytesize, input.size)
51 ensure
52 input.close
53 end
54 end
55
56 def test_read
57 input = Arrow::FileInputStream.new(@tempfile.path)

Callers

nothing calls this directly

Calls 4

newMethod · 0.45
pathMethod · 0.45
sizeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected