MCPcopy Create free account
hub / github.com/apache/qpid-proton / assert_array_next

Method assert_array_next

ruby/tests/test_interop.rb:57–60  ·  view source on GitHub ↗
(expected)

Source from the content-addressed store, hash-verified

55 end
56
57 def assert_array_next(expected)
58 result = @data.next_object
59 assert_equal(expected, result)
60 end
61
62 def test_message
63 decode_message_file("message")

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.85
next_objectMethod · 0.80

Tested by

no test coverage detected