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

Method test_described_array

python/tests/proton_tests/interop.py:131–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 assert self.data.next() is None
130
131 def test_described_array(self):
132 self.decode_data_file("described_array")
133 self.assert_next(Data.ARRAY, Array("int-array", Data.INT, *range(0, 10)))
134
135 def test_arrays(self):
136 self.decode_data_file("arrays")

Callers

nothing calls this directly

Calls 4

decode_data_fileMethod · 0.95
assert_nextMethod · 0.95
ArrayClass · 0.90
rangeFunction · 0.85

Tested by

no test coverage detected