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

Method testDescribedStringArray

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

Source from the content-addressed store, hash-verified

198 self._testArray(None, None, "string", "one", "two", "three")
199
200 def testDescribedStringArray(self):
201 self._testArray("symbol", "url", "string", "one", "two", "three")
202
203 def _test_int_array(self, atype):
204 self._testArray(None, None, atype, *self.int_values(atype))

Callers

nothing calls this directly

Calls 1

_testArrayMethod · 0.95

Tested by

no test coverage detected