Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ testUserId
Method
testUserId
python/tests/proton_tests/message.py:78–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
self._test(
"delivery_count"
, 0, range(0, 1024))
77
78
def
testUserId(self):
79
self._test(
"user_id"
, b
""
, (b
"asdf"
, b
"fdsa"
, b
"asd\x00fdsa"
, b
""
))
80
81
def
testAddress(self):
82
self._test_str(
"address"
)
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected