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

Method testEmptyCustom

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

Source from the content-addressed store, hash-verified

2394 self._testDisposition(type=0x12345, value=CustomValue([1, 2, 3]))
2395
2396 def testEmptyCustom(self):
2397 self._testDisposition(type=0x12345)
2398
2399 def testNullCustom(self):
2400 self._testDisposition(type=0x12345, value=CustomValue(None))

Callers

nothing calls this directly

Calls 1

_testDispositionMethod · 0.95

Tested by

no test coverage detected