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

Method testSymbol

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

Source from the content-addressed store, hash-verified

285 str2bin("of" "b\x00inary"))
286
287 def testSymbol(self):
288 self._test("symbol", symbol("this is a symbol test"), symbol("bleh"), symbol("blah"))
289
290 def testTimestamp(self):
291 self._test("timestamp", timestamp(0), timestamp(12345), timestamp(1000000))

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
symbolClass · 0.85

Tested by

no test coverage detected