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

Method message

tests/python/proton_tests/engine.py:1004–1008  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

1002 self.cleanup()
1003
1004 def message(self, size):
1005 parts = []
1006 for i in range(size):
1007 parts.append(str(i))
1008 return "/".join(parts)[:size].encode("utf-8")
1009
1010 def testMinFrame(self):
1011 """

Callers 3

testMinFrameMethod · 0.95
testOddFrameMethod · 0.95
testBigMessageMethod · 0.95

Calls 2

appendMethod · 0.65
encodeMethod · 0.65

Tested by

no test coverage detected