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

Method testStringArray

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

Source from the content-addressed store, hash-verified

195 assert self.data.exit()
196
197 def testStringArray(self):
198 self._testArray(None, None, "string", "one", "two", "three")
199
200 def testDescribedStringArray(self):
201 self._testArray("symbol", "url", "string", "one", "two", "three")

Callers

nothing calls this directly

Calls 1

_testArrayMethod · 0.95

Tested by

no test coverage detected