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

Method testByteArray

tests/python/proton_tests/codec.py:206–206  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

204 self._testArray(None, None, atype, *self.int_values(atype))
205
206 def testByteArray(self): self._test_int_array("byte")
207 def testUbyteArray(self): self._test_int_array("ubyte")
208 def testShortArray(self): self._test_int_array("short")
209 def testUshortArray(self): self._test_int_array("ushort")

Callers

nothing calls this directly

Calls 1

_test_int_arrayMethod · 0.95

Tested by

no test coverage detected