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

Method setup

ruby/red-arrow/test/test-file-output-stream.rb:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class TestFileOutputStream < Test::Unit::TestCase
19 sub_test_case(".open") do
20 def setup
21 @file = Tempfile.open("arrow-file-output-stream")
22 @file.write("Hello")
23 @file.close
24 end
25
26 def test_default
27 Arrow::FileOutputStream.open(@file.path) do |file|

Callers

nothing calls this directly

Calls 3

openMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected