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

Method assert_build

ruby/red-arrow/test/test-array-builder.rb:20–23  ·  view source on GitHub ↗
(builder_class, raw_array)

Source from the content-addressed store, hash-verified

18class ArrayBuilderTest < Test::Unit::TestCase
19 sub_test_case(".build") do
20 def assert_build(builder_class, raw_array)
21 array = builder_class.build(raw_array)
22 assert_equal(raw_array, array.to_a)
23 end
24
25 sub_test_case("generic builder") do
26 test("strings") do

Callers

nothing calls this directly

Calls 2

buildMethod · 0.45
to_aMethod · 0.45

Tested by

no test coverage detected