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

Method testDescribedStringArray

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

Source from the content-addressed store, hash-verified

204 self._testArray(None, None, "string", "one", "two", "three")
205
206 def testDescribedStringArray(self):
207 self._testArray("symbol", "url", "string", "one", "two", "three")
208
209 def _test_int_array(self, atype):
210 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