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

Method test_all

c_glib/test/test-function.rb:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 include Helper::Buildable
20
21 def test_all
22 or_function = Arrow::Function.find("or")
23 assert do
24 Arrow::Function.all.include?(or_function)
25 end
26 end
27
28 sub_test_case("#execute") do
29 def test_array

Callers

nothing calls this directly

Calls 2

allMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected