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

Method test_close

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

Source from the content-addressed store, hash-verified

34 end
35
36 def test_close
37 input = Arrow::FileInputStream.new(@tempfile.path)
38 assert do
39 not input.closed?
40 end
41 input.close
42 assert do
43 input.closed?
44 end
45 end
46
47 def test_size
48 input = Arrow::FileInputStream.new(@tempfile.path)

Callers

nothing calls this directly

Calls 3

newMethod · 0.45
pathMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected