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

Method setup

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

Source from the content-addressed store, hash-verified

17
18class TestFileInputStream < Test::Unit::TestCase
19 def setup
20 @data = "Hello World"
21 @tempfile = Tempfile.open("arrow-file-input-stream")
22 @tempfile.write(@data)
23 @tempfile.close
24 end
25
26 def test_new
27 input = Arrow::FileInputStream.new(@tempfile.path)

Callers

nothing calls this directly

Calls 3

openMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected