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

Method testStringArray

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

Source from the content-addressed store, hash-verified

201 assert self.data.exit()
202
203 def testStringArray(self):
204 self._testArray(None, None, "string", "one", "two", "three")
205
206 def testDescribedStringArray(self):
207 self._testArray("symbol", "url", "string", "one", "two", "three")

Callers

nothing calls this directly

Calls 1

_testArrayMethod · 0.95

Tested by

no test coverage detected