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

Method test_mode

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

Source from the content-addressed store, hash-verified

74 end
75
76 def test_mode
77 input = Arrow::FileInputStream.new(@tempfile.path)
78 begin
79 assert_equal(Arrow::FileMode::READ, input.mode)
80 ensure
81 input.close
82 end
83 end
84
85 def test_file_descriptor
86 @tempfile.open

Callers

nothing calls this directly

Calls 4

newMethod · 0.45
pathMethod · 0.45
modeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected