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

Method testCustom

python/tests/proton_tests/engine.py:2393–2394  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2391 annotations={"key": "value"}))
2392
2393 def testCustom(self):
2394 self._testDisposition(type=0x12345, value=CustomValue([1, 2, 3]))
2395
2396 def testEmptyCustom(self):
2397 self._testDisposition(type=0x12345)

Callers

nothing calls this directly

Calls 2

_testDispositionMethod · 0.95
CustomValueClass · 0.85

Tested by

no test coverage detected