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

Method test_mode

c_glib/test/test-round-options.rb:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 end
30
31 def test_mode
32 assert_equal(Arrow::RoundMode::HALF_TO_EVEN, @options.mode)
33 @options.mode = :down
34 assert_equal(Arrow::RoundMode::DOWN, @options.mode)
35 end
36end

Callers

nothing calls this directly

Calls 1

modeMethod · 0.45

Tested by

no test coverage detected